Add Termux RUN_COMMAND permission

This commit is contained in:
José Rebelo 2023-08-09 20:50:33 +01:00
parent 3799c51dc3
commit cecca8c17e
1 changed files with 7 additions and 0 deletions

View File

@ -43,6 +43,13 @@
android:name="android.permission.MEDIA_CONTENT_CONTROL"
tools:ignore="ProtectedPermissions" />
<!--
Allow Gadgetbridge to run Termux commands. Permission must be granted manually through the
permissions page in Android settings.
More information: https://github.com/termux/termux-app/wiki/RUN_COMMAND-Intent
-->
<uses-permission android:name="com.termux.permission.RUN_COMMAND"/>
<!-- Used for background service -->
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />