|
@@ -1,41 +1,41 @@
|
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
|
-
|
|
|
-<manifest
|
|
|
- xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- package="${PACKAGE_NAME}">
|
|
|
-
|
|
|
- <uses-sdk android:minSdkVersion="10" android:targetSdkVersion="23" />
|
|
|
-
|
|
|
- <uses-feature android:glEsVersion="0x00020000" />
|
|
|
-
|
|
|
- <uses-permission android:name="android.permission.INTERNET" />
|
|
|
- <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
|
- <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
|
|
|
- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
|
|
- <uses-permission android:name="com.android.vending.BILLING" />
|
|
|
-
|
|
|
- <application
|
|
|
- android:allowBackup="true"
|
|
|
- android:icon="@mipmap/ic_launcher"
|
|
|
- android:label="@string/app_name"
|
|
|
- android:supportsRtl="true"
|
|
|
- android:theme="@style/AppTheme">
|
|
|
- <activity
|
|
|
- android:name=".${ACTIVITY_NAME}"
|
|
|
- android:label="${APPLICATION_NAME}"
|
|
|
- android:screenOrientation="landscape"
|
|
|
- android:configChanges="keyboardHidden|orientation|screenSize"
|
|
|
- android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
|
|
|
- android:launchMode="singleTop">
|
|
|
-
|
|
|
- android:configChanges="orientation">
|
|
|
-
|
|
|
- <intent-filter>
|
|
|
- <action android:name="android.intent.action.MAIN" />
|
|
|
- <category android:name="android.intent.category.LAUNCHER" />
|
|
|
- </intent-filter>
|
|
|
-
|
|
|
- </activity>
|
|
|
- </application>
|
|
|
-
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+
|
|
|
+<manifest
|
|
|
+ xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ package="${PACKAGE_NAME}">
|
|
|
+
|
|
|
+ <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="23" />
|
|
|
+
|
|
|
+ <uses-feature android:glEsVersion="0x00020000" />
|
|
|
+
|
|
|
+ <uses-permission android:name="android.permission.INTERNET" />
|
|
|
+ <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
|
+ <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
|
|
|
+ <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
|
|
+ <uses-permission android:name="com.android.vending.BILLING" />
|
|
|
+
|
|
|
+ <application
|
|
|
+ android:allowBackup="true"
|
|
|
+ android:icon="@mipmap/ic_launcher"
|
|
|
+ android:label="@string/app_name"
|
|
|
+ android:supportsRtl="true"
|
|
|
+ android:theme="@style/AppTheme">
|
|
|
+ <activity
|
|
|
+ android:name=".${ACTIVITY_NAME}"
|
|
|
+ android:label="${APPLICATION_NAME}"
|
|
|
+ android:screenOrientation="landscape"
|
|
|
+ android:configChanges="keyboardHidden|orientation|screenSize"
|
|
|
+ android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
|
|
|
+ android:launchMode="singleTop">
|
|
|
+
|
|
|
+ android:configChanges="orientation">
|
|
|
+
|
|
|
+ <intent-filter>
|
|
|
+ <action android:name="android.intent.action.MAIN" />
|
|
|
+ <category android:name="android.intent.category.LAUNCHER" />
|
|
|
+ </intent-filter>
|
|
|
+
|
|
|
+ </activity>
|
|
|
+ </application>
|
|
|
+
|
|
|
</manifest>
|