Android AutoStart is not working unless user swipes up from the Standby Screen
I am trying to implement AutoStart mode on Android application (Kotlin,SDK 33)My current implementation only works when I swipe the screen up to exit standby mode. What should I change in my code so that the device is starting the app without a need to swipe up the screen.I also need to implement Kiosk mode to restrict the app to just one app usage, maybe Kiosk mode has functionality to implement AutoStart mode properly?