pbreault / adb-idea

A plugin for Android Studio and Intellij IDEA that speeds up your day to day android development.
Apache License 2.0
2.1k stars 256 forks source link

Clear Permissions Command #78

Closed yigitserin closed 6 years ago

yigitserin commented 6 years ago

Hey there,

I created a command that is very similar to clear data command. Is is to clear app permissions of app. Can you implement this ?

Here is the code:

https://gist.github.com/yigitserin/6f21731b8d02a7f2753476c471c43de5

EarlOfEgo commented 6 years ago

Hey, I already did this and it is merged, see #70

yigitserin commented 6 years ago

Nice!