|
|
@@ -1,9 +1,20 @@ |
|
|
|
<?xml version="1.0"?> |
|
|
|
<manifest package="ca.openprivacy.cwtch.ui" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.0" android:versionCode="1" android:installLocation="auto"> |
|
|
|
<application android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="cwtch" android:icon="@drawable/ic_launcher"> |
|
|
|
<manifest package="ca.openprivacy.cwtch.ui" xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
android:versionName="1.0" |
|
|
|
android:versionCode="1" |
|
|
|
android:installLocation="auto"> |
|
|
|
<application android:hardwareAccelerated="true" |
|
|
|
android:name="org.qtproject.qt5.android.bindings.QtApplication" |
|
|
|
android:label="cwtch" |
|
|
|
android:icon="@drawable/knot"> |
|
|
|
|
|
|
|
<activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation" |
|
|
|
android:name="ca.openprivacy.cwtch.ui.CwtchActivity" |
|
|
|
android:label="cwtch" android:theme="@style/AppTheme" android:screenOrientation="unspecified" android:launchMode="singleTop" android:windowSoftInputMode="adjustResize"> |
|
|
|
android:label="cwtch" |
|
|
|
android:theme="@style/AppTheme" |
|
|
|
android:screenOrientation="unspecified" |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:windowSoftInputMode="adjustResize"> |
|
|
|
<intent-filter> |
|
|
|
<action android:name="android.intent.action.MAIN"/> |
|
|
|
<category android:name="android.intent.category.LAUNCHER"/> |
|
|
@@ -110,7 +121,7 @@ |
|
|
|
|
|
|
|
</application> |
|
|
|
|
|
|
|
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29"/> --> |
|
|
|
<uses-sdk android:minSdkVersion="23" android:targetSdkVersion="29"/> --> |
|
|
|
<supports-screens android:largeScreens="true" android:normalScreens="true" android:anyDensity="true" android:smallScreens="true"/> |
|
|
|
|
|
|
|
<uses-permission android:name="android.permission.INTERNET"/> |
|
|
|