I'm developing an application which needs to Autostart when the device is booted.
I've implemented the receiver and all i need. Now my app listens for the boot and everything works fine.
The only problem is that some device manufacturer implements Managers App in their devices.
For ex. "ASUS Mobile Manager" in Asus devices.
This managers help you keep your smartphone working good, they let you manage the resources and the permission.
The permissione management often include the Automatically Start Permissions Settings.
If i don't enable this permission from there for my app, Autostart doesn't works.
How can app such Whatsapp have this setting enabled without the need for a user's intervention?