mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-24 01:25:50 +01:00
Add Termux RUN_COMMAND permission
This commit is contained in:
parent
3799c51dc3
commit
cecca8c17e
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user