On Aug 28, 1:13 am, hilti <[EMAIL PROTECTED]> wrote:
> Intent intent = new Intent("custom.action.SECOND_ACTION");
Of course that isn't -really- the name you are using for the action,
right? You are scoping it to your own personal namespace, correct?
--~--~-~--~~-
Yap, it works.
Thanks for your help.
On 28 Aug., 11:33, Teo Hong Siang <[EMAIL PROTECTED]> wrote:
> Try specifying the CATEGORY_DEFAULT in your intent filter for the
> second activity.
>
> From android.content.Intent:
> "Activities will very often need to support the CATEGORY_DEFAULT so
> that t
Try specifying the CATEGORY_DEFAULT in your intent filter for the
second activity.
>From android.content.Intent:
"Activities will very often need to support the CATEGORY_DEFAULT so
that they can be found by Context.startActivity()."
On Aug 28, 1:13 am, hilti <[EMAIL PROTECTED]> wrote:
> Hi
>
> I
3 matches
Mail list logo