launch activities from different package

Posted by rayman on Stack Overflow See other posts from Stack Overflow or by rayman
Published on 2010-04-30T01:49:52Z Indexed on 2010/04/30 2:17 UTC
Read the original article Hit count: 263

Filed under:
|

I have activity A in package one, and I want to run an intent which will up an activity B which is in package two.

How can I do this? Any samples will be welcome.

© Stack Overflow or respective owner

Related posts about android

Related posts about android-sdk