Line 1... |
Line 1... |
1 |
<?xml version="1.0"?>
|
1 |
<?xml version="1.0"?>
|
2 |
<manifest
|
- |
|
3 |
xmlns:android="http://schemas.android.com/apk/res/android"
|
2 |
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="-- %%INSERT_VERSION_NAME%% --" android:versionCode="-- %%INSERT_VERSION_CODE%% --" android:installLocation="auto" package="org.qtproject.theosys">
|
4 |
android:versionName="-- %%INSERT_VERSION_NAME%% --"
|
- |
|
5 |
android:versionCode="-- %%INSERT_VERSION_CODE%% --"
|
- |
|
6 |
android:installLocation="auto"
|
- |
|
7 |
package="org.qtproject.theosys">
|
- |
|
8 |
<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
|
3 |
<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
|
9 |
Remove the comment if you do not require these default permissions. -->
|
4 |
Remove the comment if you do not require these default permissions. -->
|
10 |
<!-- %%INSERT_PERMISSIONS -->
|
5 |
<!-- %%INSERT_PERMISSIONS -->
|
11 |
|
6 |
|
12 |
<!-- The following comment will be replaced upon deployment with default features based on the dependencies of the application.
|
7 |
<!-- The following comment will be replaced upon deployment with default features based on the dependencies of the application.
|
13 |
Remove the comment if you do not require these default features. -->
|
8 |
Remove the comment if you do not require these default features. -->
|
14 |
<!-- %%INSERT_FEATURES -->
|
9 |
<!-- %%INSERT_FEATURES -->
|
15 |
|
10 |
|
16 |
<supports-screens
|
- |
|
17 |
android:largeScreens="true"
|
- |
|
18 |
android:normalScreens="true"
|
- |
|
19 |
android:anyDensity="true"
|
- |
|
20 |
android:smallScreens="true"/>
|
- |
|
21 |
<application
|
- |
|
22 |
android:hardwareAccelerated="true"
|
- |
|
23 |
android:name="org.qtproject.qt.android.bindings.QtApplication"
|
- |
|
24 |
android:label="-- %%INSERT_APP_NAME%% --"
|
- |
|
25 |
android:extractNativeLibs="true"
|
- |
|
26 |
android:requestLegacyExternalStorage="true"
|
- |
|
27 |
android:allowNativeHeapPointerTagging="false"
|
- |
|
28 |
android:allowBackup="true"
|
- |
|
29 |
android:fullBackupOnly="false"
|
- |
|
30 |
android:theme="@style/Theme.AppCompat.NoActionBar"
|
- |
|
31 |
android:icon="@drawable/icon">
|
- |
|
32 |
<activity
|
- |
|
33 |
android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation|mcc|mnc|density"
|
11 |
<supports-screens android:largeScreens="true" android:normalScreens="true" android:anyDensity="true" android:smallScreens="true"/>
|
34 |
android:name="org.qtproject.qt.android.bindings.QtActivity"
|
- |
|
35 |
android:label="-- %%INSERT_APP_NAME%% --"
|
12 |
<application android:hardwareAccelerated="true" android:name="org.qtproject.qt.android.bindings.QtApplication" android:label="-- %%INSERT_APP_NAME%% --" android:extractNativeLibs="true" android:requestLegacyExternalStorage="true" android:allowNativeHeapPointerTagging="false" android:allowBackup="true" android:fullBackupOnly="false" android:theme="@style/AppTheme.NoActionBar" android:icon="@drawable/icon">
|
36 |
android:launchMode="singleTop"
|
- |
|
37 |
android:screenOrientation="nosensor"
|
13 |
<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="-- %%INSERT_APP_NAME%% --" android:launchMode="singleTop" android:screenOrientation="nosensor" android:exported="true" android:theme="@style/splashScreenTheme">
|
38 |
android:exported="true">
|
- |
|
39 |
<intent-filter>
|
14 |
<intent-filter>
|
40 |
<action android:name="android.intent.action.MAIN"/>
|
15 |
<action android:name="android.intent.action.MAIN"/>
|
41 |
<category android:name="android.intent.category.LAUNCHER"/>
|
16 |
<category android:name="android.intent.category.LAUNCHER"/>
|
42 |
</intent-filter>
|
17 |
</intent-filter>
|
43 |
<!-- Application arguments -->
|
18 |
<!-- Application arguments -->
|
Line 94... |
Line 69... |
94 |
<meta-data android:name="android.app.splash_screen_drawable_portrait" android:resource="@drawable/logo_portrait"/>
|
69 |
<meta-data android:name="android.app.splash_screen_drawable_portrait" android:resource="@drawable/logo_portrait"/>
|
95 |
<meta-data android:name="android.app.splash_screen_drawable_landscape" android:resource="@drawable/logo_landscape"/> -->
|
70 |
<meta-data android:name="android.app.splash_screen_drawable_landscape" android:resource="@drawable/logo_landscape"/> -->
|
96 |
<meta-data android:name="android.app.splash_screen_drawable" android:resource="@drawable/splashscreen"/>
|
71 |
<meta-data android:name="android.app.splash_screen_drawable" android:resource="@drawable/splashscreen"/>
|
97 |
<meta-data android:name="android.app.splash_screen_drawable_portrait" android:resource="@drawable/splashscreen_port"/>
|
72 |
<meta-data android:name="android.app.splash_screen_drawable_portrait" android:resource="@drawable/splashscreen_port"/>
|
98 |
<meta-data android:name="android.app.splash_screen_drawable_landscape" android:resource="@drawable/splashscreen_land"/>
|
73 |
<meta-data android:name="android.app.splash_screen_drawable_landscape" android:resource="@drawable/splashscreen_land"/>
|
- |
|
74 |
<meta-data android:name="android.app.splash_screen_drawable" android:resource="@drawable/splashscreen"/>
|
- |
|
75 |
<meta-data android:name="android.app.splash_screen_drawable_portrait" android:resource="@drawable/splashscreen_port"/>
|
- |
|
76 |
<meta-data android:name="android.app.splash_screen_drawable_landscape" android:resource="@drawable/splashscreen_land"/>
|
99 |
</activity>
|
77 |
</activity>
|
100 |
<activity android:name=".SettingsActivity" android:label="-- %%INSERT_APP_NAME%% --" android:parentActivityName=".QtApplication" android:screenOrientation="nosensor">
|
78 |
<activity android:name=".SettingsActivity" android:label="-- %%INSERT_APP_NAME%% --" android:parentActivityName=".QtApplication" android:screenOrientation="nosensor" android:theme="@style/splashScreenTheme">
|
101 |
<meta-data android:name="android.support.PARENT_ACTIVITY" android:value="org.qtproject.qt.android.bindings.QtApplication"/>
|
79 |
<meta-data android:name="android.support.PARENT_ACTIVITY" android:value="org.qtproject.qt.android.bindings.QtApplication"/>
|
102 |
<!-- <meta-data android:name="android.app.splash_screen_drawable" android:resource="@drawable/logo"/>
|
80 |
<!-- <meta-data android:name="android.app.splash_screen_drawable" android:resource="@drawable/logo"/>
|
103 |
<meta-data android:name="android.app.splash_screen_drawable_portrait" android:resource="@drawable/logo_portrait"/>
|
81 |
<meta-data android:name="android.app.splash_screen_drawable_portrait" android:resource="@drawable/logo_portrait"/>
|
104 |
<meta-data android:name="android.app.splash_screen_drawable_landscape" android:resource="@drawable/logo_landscape"/> -->
|
82 |
<meta-data android:name="android.app.splash_screen_drawable_landscape" android:resource="@drawable/logo_landscape"/> -->
|
105 |
<meta-data android:name="android.app.splash_screen_drawable" android:resource="@drawable/splashscreen"/>
|
83 |
<meta-data android:name="android.app.splash_screen_drawable" android:resource="@drawable/splashscreen"/>
|
106 |
<meta-data android:name="android.app.splash_screen_drawable_portrait" android:resource="@drawable/splashscreen_port"/>
|
84 |
<meta-data android:name="android.app.splash_screen_drawable_portrait" android:resource="@drawable/splashscreen_port"/>
|
107 |
<meta-data android:name="android.app.splash_screen_drawable_landscape" android:resource="@drawable/splashscreen_land"/>
|
85 |
<meta-data android:name="android.app.splash_screen_drawable_landscape" android:resource="@drawable/splashscreen_land"/>
|
- |
|
86 |
<meta-data android:name="android.app.splash_screen_drawable" android:resource="@drawable/splashscreen"/>
|
- |
|
87 |
<meta-data android:name="android.app.splash_screen_drawable_portrait" android:resource="@drawable/splashscreen_port"/>
|
- |
|
88 |
<meta-data android:name="android.app.splash_screen_drawable_landscape" android:resource="@drawable/splashscreen_land"/>
|
108 |
</activity>
|
89 |
</activity>
|
109 |
</application>
|
90 |
</application>
|
110 |
|
91 |
|
111 |
<uses-permission android:name="android.permission.BATTERY_STATS"/>
|
92 |
<uses-permission android:name="android.permission.BATTERY_STATS"/>
|
112 |
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
|
93 |
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
|