After a long time with one Activity being my app's entry point, I
just changed the manifest to point to a different activtiy to be the
entry point. But the G1 is doggedly trying to load the old activity
-- even after uninstall, install, reboot, etc. and acore throws a
security exception.
04-06 11:18:20.117 E/AndroidRuntime( 469): Uncaught handler: thread
main exiting due to uncaught exception
04-06 11:18:20.127 E/AndroidRuntime( 469):
java.lang.SecurityException: Permission Denial: starting Intent {
action=android.intent.action.MAIN
categories={android.intent.category.LAUNCHER} flags=0x10200000
comp={com.foo.myapp/com.foo.ActivityThatUsedToBeTheEntryPoint} } from
ProcessRecord{431ff238 469:android.process.acore/10008} (pid=469,
uid=10008) requires null
<users-permissions> have not changed.
Thoughts?
-- Ward
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---