application should be installable only to the internal storage

Fixes https://github.com/termux/termux-x11/issues/2.
This commit is contained in:
Leonid Plyushch 2019-11-10 14:30:47 +02:00
parent 1caea5fe29
commit 7de9e20225
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.termux.x11"
android:installLocation="internalOnly"
android:sharedUserId="com.termux">
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
@ -44,4 +45,4 @@
</application>
</manifest>
</manifest>