On Mon, Jan 2, 2012 at 8:19 AM, Mode-X <[email protected]> wrote: > I have my application coded all ok and works perfect and various > Android o/s versions. > Now all I want to do is remove the "View" from my activity completly. > so nothing pops up when the application is run, and It can then just > sit happily in the background running and using the notification bar > to tell the user whats happening if an event occours? > > Is there any way of doing this?
Not if you actually want your application to be usable. All applications running on Android 3.1+ devices need at least one activity, in the launcher, as they will never run until the user manually launches that activity. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training...At Your Office: http://commonsware.com/training -- 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

