ActivityGroup start 3rd party Activity.
Posted
by MrSnowflake
on Stack Overflow
See other posts from Stack Overflow
or by MrSnowflake
Published on 2010-03-30T23:16:32Z
Indexed on
2010/03/30
23:23 UTC
Read the original article
Hit count: 394
android
Hi guys,
I'm trying to make an ActivityGroup
which has it's own interface, which should be persistent between Activities.
I have it working for my own Activities. But when I try to launch a 3rd party activity (from it's Intent{action="ACTION_HOME", category="CATEGORY_LAUNCHER"}) I get a java.lang.SecurityException
because the Activity
I want to start does not have the same UID as the calling Activity
. Does anyone knows how to cirumvent this?
© Stack Overflow or respective owner