On 3 October 2010 15:26, Fakhri Abbas <fakhri.g.ab...@gmail.com> wrote:
> How to develop application with service only without any activities,
> so the user can't open the application but other applications can use
> the service

Having Activity does not automatically mean you need to show the UI.
So you can have Actvity subclass that fires up service during onCreate()
and then do finish() and it shall be it.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to