remove the administrator
rashxxl opened this issue · 2 comments
rashxxl commented
How do I remove the administrator I issued adb-join-wifi to?
privileges were issued by the command: adb shell dpm set-device-owner "com.steinwurf.adbjoinwifi/.AdminReceiver"
Now I can't delete
jpihl commented
Did you try this?
adb shell am start -n com.steinwurf.adbjoinwifi/.MainActivity -e clear_device_admin true
rashxxl commented
It worked! Thanks!