Hello, everyone.
Are there restrictions on StartAtBoot usage?
The same program code is used on the simulator is ok, but when placed on the real machine NG
Please provide if there are restrictions, such as Android version, boot mode (Fast Boot or Normal Boot) ...
"StartAtBoot" is available. It turned out to be blocked by another app's startup manager and was pre-set to not start when it was turned on. As a result, the "android.intent.action.BOOT_COMPLETED" broadcast message was not received. Is there a way to handle this?
Why do you need to run your app at boot?
I have written app after the user operates the device to record information passed back to the back end at a fixed time daily for data analysis
Why aren't you using push notifications?
Push notifications are blocked by app's startup manager and can't receive a broadcast message from the "android.intent.action.BOOT_COMPLETED"