[android-developers] How to change application not STOPPED in 3.1

2011-06-29 Thread James Wang
Android 3.1 introduced two new Intent flag FLAG_EXCLUDE_STOPPED_PACKAGESFLAG_INCLUDE_STOPPED_PACKAGES. If user stopped my app by settings app and my app was expected to be started by BOOT_COMPLETED Intent. BOOM! My app will not start untill user click my app's shortcut. So if my app include only

Re: [android-developers] How to change application not STOPPED in 3.1

2011-06-29 Thread Marcin Orlowski
On 29 June 2011 11:23, James Wang jameswangc...@gmail.com wrote: So if my app include only services and there is no shortcut for it in launcher, user have no way to let it back, right? How can I to resolve such problem? Add one? -- You received this message because you are subscribed to