botbrew-gui icon indicating copy to clipboard operation
botbrew-gui copied to clipboard

Add ACCESS_SUPERUSER to permissions list

Open williamtheaker opened this issue 12 years ago • 0 comments

Feature request: add support for ACCESS_SUPERUSER permission as supported by koush's Superuser app. [1] This can be accomplished by adding this line to AndroidManifest.xml :

<uses-permission android:name="android.permission.ACCESS_SUPERUSER" />

[1] https://plus.google.com/103583939320326217147/posts/T9xnMJEnzf1

williamtheaker avatar Apr 12 '13 19:04 williamtheaker