What will be the impact of Device Administrator API deprecation if I am using "Device Owner" mode?

  • Replies:0
madhuwatve@yahoo.com
  • Forum posts: 1

May 9, 2018, 8:01:55 AM via Website

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 !!

Be the first to answer