On Aug 13, 7:29 am, Honest <[email protected]> wrote:

> I want to start my application  when phone start and after that i do
> not want that user can know that my application is running. Is there
> any way i can do it ? In phone when we press home screen for some
> times it display all running application. I do not want my application
> to display in that list.

I think it depends what you mean by "start my application." If it has
a MAIN activity in its manifest, then I believe the answer is no. If
it's purely a background service, then the answer clearly is yes,
because these don't appear on a long-press of the Home button anyway.
Note that a "background process" can still have user interactions, it
just doesn't have a MAIN activity.

But I might be wrong, I'm still new at this. :^)

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