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

8 lines
227 B
XML

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