You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-platform
Dears:
U know,the entry activity's onCreate() method will be called right
an app starts. But who's responsible for this ? or who will handle the
intent android.intent.category.LAUNCHER and start a new app process?
Thanks a lot !
-James
Pierre Henry Perret
unread,
Nov 24, 2009, 2:59:25 AM11/24/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-...@googlegroups.com
You declare your intent to lauch application at start and the android system lauched it.
Pierre-Henry Perret
James
unread,
Nov 24, 2009, 3:49:08 AM11/24/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-platform
Ye, That's right. But the question is who "the android system " you
referred above is. ActivityManagerService or anything else ?
and how does it work. Any ideas ??
刘辉
unread,
Nov 24, 2009, 4:00:09 AM11/24/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-...@googlegroups.com
So far as I know, the ApplicationContext will handle the intent
CATEGORY_LAUNCHER.
Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them.