I'm trying to make kiosk mode in smart watch. I'm having now two big problems in an attempt to implement Device Administration :
- The following uses-feature are undefined: android.software.managed_users android.software.device_admin
- The flag "ro.config.low_ram" is set , I try to make it undefined .
[According to https://source.android.com/devices/tech/admin/implement.html]
In addition , I will be happy, if you have a better idea to make kiosk mode in smart watch .
<uses-permission android:name="android.permission.WAKE_LOCK" />
to keep it running in the background if another notification etc closes the app. – Lamm