Skip to content

Commit

Permalink
添加termux权限
Browse files Browse the repository at this point in the history
  • Loading branch information
aiselp committed Sep 15, 2023
1 parent 7f86d2b commit 48ae953
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autojs/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
<!-- termux -->
<uses-permission android:name="com.termux.permission.RUN_COMMAND"/>
<uses-permission
android:name="android.permission.WRITE_SETTINGS"
tools:ignore="ProtectedPermissions" />
Expand Down

0 comments on commit 48ae953

Please sign in to comment.