[android-developers] how can I know when an application will start

2011-09-05 Thread ngbl
hi! I'm working on an application that blocks other apps on the device. I've seen several of this on android market. But I can't find the way of catch the intent of an activity when starts on the launcher. Somebody can help me please? -- You received this message because you are subscribed to

Re: [android-developers] how can I know when an application will start

2011-09-05 Thread TreKing
On Mon, Sep 5, 2011 at 10:29 AM, ngbl natalyabla...@gmail.com wrote: But I can't find the way of catch the intent of an activity when starts on the launcher. There is no such thing, AFAIK. Apps of this nature are exploiting hacks or private APIs.