hyongbai / AirFrozen

An app to freeze apps
http://t.cn/R5uNp2U
76 stars 12 forks source link

remove deviceowner #35

Closed proxy-m closed 5 years ago

proxy-m commented 5 years ago

I install AirFrosen without root as deviceowner. Now I can't backup data on my phone without wipe, because of deviceowner. I can't install root before wipe, but I need root. I need to be able to backup before wipe. The only way it to call from your app this:

DevicePolicyManager dpm = (DevicePolicyManager) 
context.getSystemService(Context.DEVICE_POLICY_SERVICE);
dpm.clearDeviceOwnerApp(context.getPackageName());

Please give me apk with this code, signed as your app AirFrozen. Android 7.0 .

proxy-m commented 5 years ago

I am sorry. I used old version of app. In new version removing is possible.