Android Studio – Android 8.1 – onNewIntent() not working after system reboot
I have an Android 8.1 tablet where I've developed a Kiosk application. Currently, I'm facing an issue where onNewIntent() doesn't work after a system reboot. When the system reboots, I run a command like adb shell am start com.android.settings and…