summaryrefslogtreecommitdiffstats
path: root/src/android/bluetooth/AndroidManifest.xml
blob: 273552995da8374c67e23d376095968d6793657c (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.qt.android.bluetooth">
    <supports-screens android:largeScreens="true" android:normalScreens="true" android:anyDensity="true" android:smallScreens="true"/>
</manifest>