You are right, my manifest declares the package as "test.current", but
the activity as "test.another.MyActivity".
I have activities from multiple packages in the same manifest, ie:

<activity android:name="test.another.MyActivity>
<activity android:name="test.current.MyActivity>

Is that possible?
As far as I know one can't have multiple manifest files or multiple
"packages" defined in manifest for one application.
How do I achieve calling this activity "test.another.MyActivity" from
my activity in my default package "test.current" without splitting the
packages into two projects and two .apk-files?
How do other developers achieve this when fx including an Apache
licensed piece of software in your application?

Regards /Tomas

-- 
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

Reply via email to