• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Background application without ui

Mudassir

Lurker
Hi all,

I am new to android development.I want to make one background application, so that it keeps running in background, and its without any ui, and even its icon do not appear on desktop.
In short its a stealth application...
Is it possible ?


Thanks and Regards,
Mudassir
 
Hi all,

I am new to android development.I want to make one background application, so that it keeps running in background, and its without any ui, and even its icon do not appear on desktop.
In short its a stealth application...
Is it possible ?


Thanks and Regards,
Mudassir

Create a service instead of an Activity.
 
Back
Top Bottom