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