|  | 
| 1 | 1 | <?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"> | 
| 3 | 3 | 
 | 
| 4 | 4 |     <supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:smallScreens="true"/> | 
| 5 | 5 | 
 | 
|  | 
| 26 | 26 |     <uses-feature android:name="android.hardware.location.gps" android:required="false"/> | 
| 27 | 27 | 
 | 
| 28 | 28 |     <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 |  | - | 
| 30 | 29 |         <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"> | 
| 31 | 30 |             <intent-filter> | 
| 32 | 31 |                 <action android:name="android.intent.action.MAIN"/> | 
|  | 
| 42 | 41 |                  are done populating your window with content. --> | 
| 43 | 42 |             <!-- meta-data android:name="android.app.splash_screen_drawable_portrait" android:resource="@drawable/logo_portrait" / --> | 
| 44 | 43 |             <!-- 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"/> | 
| 47 | 44 |             <!-- Splash screen --> | 
| 48 | 45 |             <!-- Background running --> | 
| 49 | 46 |             <!-- Warning: changing this value to true may cause unexpected crashes if the | 
|  | 
| 53 | 50 |             <meta-data android:name="android.app.background_running" android:value="false"/> | 
| 54 | 51 |             <!-- Background running --> | 
| 55 | 52 |             <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"/> | 
| 61 | 53 |         </activity> | 
| 62 |  | - | 
| 63 | 54 |         <!-- Android service(s) --> | 
| 64 | 55 |         <receiver android:name=".TheengsBootServiceBroadcastReceiver" android:exported="true"> | 
| 65 | 56 |             <intent-filter> | 
| 66 | 57 |                 <action android:name="android.intent.action.BOOT_COMPLETED"/> | 
| 67 | 58 |             </intent-filter> | 
| 68 | 59 |         </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"> | 
| 73 | 61 |             <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%% --"/> | 
| 74 | 64 |         </service> | 
| 75 |  | - | 
| 76 | 65 |     </application> | 
| 77 | 66 | 
 | 
| 78 | 67 | </manifest> | 
0 commit comments