[android-developers] Re: How to start an activity in another package

2009-01-25 Thread Dianne Hackborn
If the activity does not define any intent filters in its manifest, make sure it is accessible to other packages through android:exported=true. On Sun, Jan 25, 2009 at 9:47 AM, info.sktechnol...@gmail.com info.sktechnol...@gmail.com wrote: My application has 2 packages because one is shared

[android-developers] Re: How to start an activity in another package

2009-01-25 Thread info.sktechnol...@gmail.com
OK, I tried that but it did not help. Any other suggestions? On Jan 25, 2:16 pm, Dianne Hackborn hack...@android.com wrote: If the activity does not define any intent filters in its manifest, make sure it is accessible to other packages through android:exported=true. On Sun, Jan 25, 2009 at