Friday 30 October 2020

Android 4.4 Locked Task Mode

I'm creating a flutter app that will be installed on a Samsung Galaxy 7-inch Tablet with Android KitKat (v4.4). It will be the only app on the tablet, and will be implemented such that it loads when the device is powered up, and the user will be unable to exit the application.

I've found this on the Android Developer docs, but it only applies for versions 5.0 and over. https://developer.android.com/work/dpc/dedicated-devices/lock-task-mode#java

I have not been able to find any documentation/tutorials that could possibly assist with this, without using a 3rd party application such as Surelock and Kioware.

Is there a way to implement the above for older Android version (in my case for version 4.4)? Thank you.



from Android 4.4 Locked Task Mode

No comments:

Post a Comment