summaryrefslogtreecommitdiffstats
path: root/src/android/accessibility/jar/AndroidManifest.xml
blob: dc8343a55ac726a72409c64c5debc3dec5c83db9 (plain)
1
2
3
4
5
6
7
<?xml version='1.0' encoding='utf-8'?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    android:versionCode="1"
    android:versionName="1.0"
    package="org.qtproject.qt5.android.accessibility">
    <supports-screens android:largeScreens="true" android:normalScreens="true" android:anyDensity="true" android:smallScreens="true"/>
</manifest>