On Tue, Nov 13, 2012 at 11:09 AM, dashman <[email protected]> wrote: > Is it possible to write an app that's invisible (i.e. not visible in any > task list).
Not really. > Or at least - not visible in the app tray. I have no idea what an "app tray" is. > The impetus for this is that I recently got my phone stolen and would like > to write an app that reports the geo position of the app - catch 'em > red handed. There are already apps for this AFAIK. That being said, create a service that will be triggered by a GCM push to start reporting the location data. This will not show up in the Recent Tasks list, because there is no UI. It will show up in the list of running processes, though, and there is nothing you can do about that, short of modifying Android firmware. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 4.3 Available! -- 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

