pure-python-adb icon indicating copy to clipboard operation
pure-python-adb copied to clipboard

call disable-user if app is device-admin

Open eybisi opened this issue 4 years ago • 1 comments

Since lots of malware gets DEVICE_ADMIN permission adb uninstall command fails with DELETE_FAILED_DEVICE_POLICY_MANAGER error . Therefore if app is device-admin, call disable-user if uninstall fails.

eybisi avatar Feb 10 '22 08:02 eybisi

I've adopted this change in https://github.com/CloCkWeRX/pure-python-adb/

CloCkWeRX avatar Feb 09 '25 01:02 CloCkWeRX