Dear Self,

I found the problem. I had unintentionally and unknowingly changed the
Manifest. Something was wrong with the:
<uses-permission android:name="android.permission.READ_PHONE_STATE"></
uses-permission>
line.

Eclipse tells me now that there is a problem with the Manifest if I
change name to nme.
But Eclipse does not register an error when it says:
<uses-permission android:name="READ_PHONE_STATE"></uses-permission>

Anyway it is solved.

Thanks, John Brown





On Sep 14, 2:23 pm, john brown <[email protected]> wrote:
> This was working at one time in development but now it does not seem
> to be working.
>
> I am using the emulator right now and it DID return 5555218135 before
> (a few days ago) but now it is returning null.
>
> I have <uses-permission
> android:name="android.permission.READ_PHONE_STATE"></uses-permission>
> listed in the AndroidManifest.xml.
>
> I do not know of anything I changed that should affect this.
>
> I would appreciate any comments or suggestions.
>
> Thanks, John Brown

-- 
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

Reply via email to