Automatically Start Application on mobile Startup
-
Hello Qt Experts
Is there any way to start the application when mobile is on after Reboot process.
-
Hello Qt Experts
Is there any way to start the application when mobile is on after Reboot process.
@Ketan__Patel__0011 unless you have a rooted/bricked mobile device, then no there is no way. And that is intentional.
-
Check KDAB Android service blog posts. You can do it use broadcast receiver ( Android)
-
Hello Qt Experts
Is there any way to start the application when mobile is on after Reboot process.
@Ketan__Patel__0011 said in Automatically Start Application on mobile Startup:
Is there any way to start the application when mobile is on after Reboot process.
Not really without rooting the device.
You can start service at boot, but only if app has been (after each new install/update) started at least once by user and user has allow it (because of android security rules).