A
Android Central Question
What will be the impact of Device Administrartor API deprecation if I am using "Device Owner" mode?
I am developing an app to act as DPC. I am using DeviceAdminReceiver subclassed in my project. I install the app using adb and then elevate my app as device owner using "adb shell dpm set-device-owner...... "command.
I recently read about deprecation of some uses permission policies when used in "Device Admin" mode.
I am not clear whether my way of implementing "Device Owner" is appropriate? Will it face issues when the policies are deprecated?
Please help...!! And many thanks in advance !!
I am developing an app to act as DPC. I am using DeviceAdminReceiver subclassed in my project. I install the app using adb and then elevate my app as device owner using "adb shell dpm set-device-owner...... "command.
I recently read about deprecation of some uses permission policies when used in "Device Admin" mode.
I am not clear whether my way of implementing "Device Owner" is appropriate? Will it face issues when the policies are deprecated?
Please help...!! And many thanks in advance !!