I have an exception error here

08-20 09:20:43.868: VERBOSE/(3568): ERROR Exception:
java.lang.NullPointerException

with:

            try{
                ContentResolver cr = getContentResolver();
            }
            catch(Exception e)
            {
                 Log.v(TAG, "ERROR Exception: " + e);
            }

but i implement lot of permission like here:


  <uses-permission
       android:name="android.permission.INTERNET">
    </uses-permission>

    <uses-permission
       android:name="android.permission.SUBSCRIBED_FEEDS_WRITE">
    </uses-permission>

    <uses-permission
       android:name="android.permission.SUBSCRIBED_FEEDS_READ">
    </uses-permission>

    <uses-permission
       android:name="android.permission.WRITE_OWNER_DATA">
    </uses-permission>

    <uses-permission
       android:name="android.permission.WRITE_SETTINGS">
    </uses-permission>


Did I forget something ???

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