Thanks NJDude, that's just what I was looking for.
Please download the file again. There was an illegal character in the manifest.
Please download the file again. There was an illegal character in the manifest.
I don't understand what you mean by "pop up" the example I posted displays a MsgBox, you can start any activity on your app, and there's no such thing in Android as "minimized".
Hi Erel, my app starts at boot since it's was born nearly 2 years ago, but now I'm testing it with Android 6 and it's doesn't do it anymore, I followed all your advices but at the moment there is nothing to do. No rest for the warriorsJust add a service and set the #StartAtBoot attribute to True.
1. Don't use the Starter service for it. It should be a different service.
2. Run your app in Release mode.
3. Don't kill your app with a swipe as it will not be started again.
Actually the app show a toastmessage, vibrate and write a log when it starts... I don't see anything about them... really I'm not shure if this depends by the phone or OS... the phone is a Wiko Lenny3 that I bought just for testing in Android 6.How do you see that it is not started? Maybe it was started and then killed.
AddPermission("android.permission.RECEIVE_BOOT_COMPLETED")
AddReceiverText(Launcher,
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>)
You don't need to add it. It is added automatically.I tried also this in the manifest, where Launcher is the service that start at boot normally in android 4:
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?