08-27-2012 09:12 AM - edited 08-27-2012 09:13 AM
I need to make a background listener, that can get notification on every up / down / mute / silent stat of device, I had checked the API, Which have audiolistener but of no use in this case. I need to do this process in background when UI application is not running.
Please help me out,
Thanks.
08-28-2012 02:09 PM
Hi there,
Having a background process run without an app UI is currently not supported on the platform;
Martin
08-28-2012 02:56 PM
will this be changed in the future so that apps can listen to system and other events?
08-29-2012 12:55 AM
08-29-2012 10:11 AM
You can have threads and processes running in the background, but no without having your app launched; "Headless apps" are not supported;
08-29-2012 10:30 AM