Yes that is correct. The emulator has no actual network and uses Android as its carrier name.
On Thu, Jul 7, 2011 at 3:23 PM, Ahmed Shoeib <[email protected]>wrote: > thanks for reply > i tested this code > > TelephonyManager telephonyManager =((TelephonyManager) > context.getSystemService(Context.TELEPHONY_SERVICE)); > String operatorName = > telephonyManager.getNetworkOperatorName(); > Log.e("service provider ", operatorName); > > and the output in simulator = Android > > is this a correct result on simulator or not ???? > > On Jul 7, 12:15 pm, Raghav Sood <[email protected]> wrote: > > Take a look athttp:// > developer.android.com/reference/android/telephony/TelephonyMan...() > > > > On Thu, Jul 7, 2011 at 2:16 PM, Ahmed Shoeib > > <[email protected]>wrote: > > > > > hi all , > > > > > i want to know how to get my mobile servie provider using android > > > code ????? > > > > > thanks . > > > > > -- > > > 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 > > > > -- > > Raghav Soodhttp:// > www.raghavsood.com/http://www.androidappcheck.com/http://www.telstop.tel/ > > -- > 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 > -- Raghav Sood http://www.raghavsood.com/ http://www.androidappcheck.com/ http://www.telstop.tel/ -- 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

