Hi, While Android is booting up, one of the application is throwing following error message. Here is a snip of log.
<snip> 01-06 00:04:05.350 W/ActivityManager( 849): Permission Denial: getIntentSender() from pid=1023, uid=10017, (need uid=1000) is not allowed to send as package android 01-06 00:04:05.640 E/AndroidRuntime( 1023): java.lang.RuntimeException: Unable to start activity ComponentInfo {com.android.sdksetup/com.android.sdksetup.DefaultActivity}: java.lang.SecurityException: Permission Denial: getIntentSender() from pid=1023, uid=10017, (need uid=1000) is not allowed to send as package android </snip> Is this some thing to do with AndroidManifiest.xml? Tried by changing some users-permission in this xml file, but was not successful. Can some body help me with this? Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---