termux-x11/starter/src/main/AndroidManifest.xml

8 lines
216 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.termux.x11.starter">
<application
android:label="TermuxX11Starter"
android:supportsRtl="true" />
</manifest>