steinwurf/adb-join-wifi

remove the administrator

rashxxl opened this issue · 2 comments

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

It worked! Thanks!