Hi, While Android is booting, I am getting permission denied error from an application. Here is a snip of the log.
Hi, While Android is booting, I am getting permission denied error from an application. Here is a snip of the log. <snip> 01-06 00:04:04.480 I/ActivityManager( 849): Start proc com.android.sdksetup for activity com.android.sdksetup/.DefaultActivity: pid=1023 uid=10017 gids={2001, 3002, 3001, 1006, 3003} 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.s dksetup.DefaultActivity}: java.lang.SecurityException: Permission Denial: getIntentSender() from pid=1023, uid=10017, (need uid=1000) is not allowed to send as package android 01-06 00:04:05.620 E/AndroidRuntime( 1023): Uncaught handler: thread main exiting due to uncaught exception </snip> Is this some thing to do with AndroidManifest.xml? I tried with different uses-permission, but still no success. Can some body help me? 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 -~----------~----~----~----~------~----~------~--~---