mirror of
https://github.com/vectras-team/termux-x11.git
synced 2024-11-30 10:20:53 +00:00
application should be installable only to the internal storage
Fixes https://github.com/termux/termux-x11/issues/2.
This commit is contained in:
parent
1caea5fe29
commit
7de9e20225
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user