Skip to content

Commit 301c700

Browse files
committed
Android Release 1.3.2
1 parent 6687ce8 commit 301c700

File tree

2 files changed

+5
-16
lines changed

2 files changed

+5
-16
lines changed

Theengs.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TARGET = Theengs
22

3-
VERSION = 1.3.1
3+
VERSION = 1.3.2
44
DEFINES+= APP_NAME=\\\"$$TARGET\\\"
55
DEFINES+= APP_VERSION=\\\"$$VERSION\\\"
66

assets/android/AndroidManifest.xml

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.theengs.app" android:installLocation="auto" android:versionCode="01030107" android:versionName="1.3.1">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.theengs.app" android:installLocation="auto" android:versionCode="01030207" android:versionName="1.3.2">
33

44
<supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:smallScreens="true"/>
55

@@ -26,7 +26,6 @@
2626
<uses-feature android:name="android.hardware.location.gps" android:required="false"/>
2727

2828
<application android:name="org.qtproject.qt.android.bindings.QtApplication" android:label="Theengs BLE" android:hardwareAccelerated="true" android:extractNativeLibs="true" android:allowNativeHeapPointerTagging="false" android:theme="@style/AppTheme" android:roundIcon="@mipmap/ic_launcher_round" android:icon="@drawable/icon">
29-
3029
<activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation|mcc|mnc|density" android:name="org.qtproject.qt.android.bindings.QtActivity" android:label="Theengs" android:screenOrientation="unspecified" android:launchMode="singleTop" android:windowSoftInputMode="adjustResize" android:exported="true">
3130
<intent-filter>
3231
<action android:name="android.intent.action.MAIN"/>
@@ -42,8 +41,6 @@
4241
are done populating your window with content. -->
4342
<!-- meta-data android:name="android.app.splash_screen_drawable_portrait" android:resource="@drawable/logo_portrait" / -->
4443
<!-- meta-data android:name="android.app.splash_screen_drawable_landscape" android:resource="@drawable/logo_landscape" / -->
45-
<meta-data android:name="android.app.splash_screen_drawable" android:resource="@drawable/splash"/>
46-
<meta-data android:name="android.app.splash_screen_sticky" android:value="true"/>
4744
<!-- Splash screen -->
4845
<!-- Background running -->
4946
<!-- Warning: changing this value to true may cause unexpected crashes if the
@@ -53,26 +50,18 @@
5350
<meta-data android:name="android.app.background_running" android:value="false"/>
5451
<!-- Background running -->
5552
<meta-data android:name="android.app.splash_screen_sticky" android:value="true"/>
56-
<meta-data android:name="android.app.splash_screen_sticky" android:value="true"/>
57-
<meta-data android:name="android.app.splash_screen_sticky" android:value="true"/>
58-
<meta-data android:name="android.app.splash_screen_sticky" android:value="true"/>
59-
<meta-data android:name="android.app.splash_screen_sticky" android:value="true"/>
60-
<meta-data android:name="android.app.splash_screen_sticky" android:value="true"/>
6153
</activity>
62-
6354
<!-- Android service(s) -->
6455
<receiver android:name=".TheengsBootServiceBroadcastReceiver" android:exported="true">
6556
<intent-filter>
6657
<action android:name="android.intent.action.BOOT_COMPLETED"/>
6758
</intent-filter>
6859
</receiver>
69-
70-
<service android:process=":qt_service" android:name=".TheengsAndroidService">
71-
<meta-data android:name="android.app.lib_name" android:value="-- %%INSERT_APP_LIB_NAME%% --"/>
72-
<meta-data android:name="android.app.arguments" android:value="--service"/>
60+
<service android:name=".TheengsAndroidService" android:process=":qt_service">
7361
<meta-data android:name="android.app.background_running" android:value="true"/>
62+
<meta-data android:name="android.app.arguments" android:value="--service"/>
63+
<meta-data android:name="android.app.lib_name" android:value="-- %%INSERT_APP_LIB_NAME%% --"/>
7464
</service>
75-
7665
</application>
7766

7867
</manifest>

0 commit comments

Comments
 (0)