Hi,
Its my first post.
I write:
final TextView text = (TextView) findViewById(R.id.textView1);
TelephonyManager tel = (TelephonyManager)
getSystemService(TELEPHONY_SERVICE);
String OperatorName= tel.getNetworkOperatorName();
text.setText(OperatorName);
I expected to see the name of the active Operator.
But always is the operator in the first simcard.
I think it may have to use something own customized by samsung.
There is how to get this custom package? Develop for Samsung?
Or has the desire to do what conventional functions?
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en