Skip to content

Commit

Permalink
recover missing permission for adb mode
Browse files Browse the repository at this point in the history
  • Loading branch information
fw committed Oct 3, 2017
1 parent 98a0ab5 commit 92118ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.zzzmode.appopsx">

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

<application
Expand Down Expand Up @@ -68,4 +68,4 @@

</application>

</manifest>
</manifest>

0 comments on commit 92118ff

Please sign in to comment.