| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
| | | xmlns:tools="http://schemas.android.com/tools" |
| | | package="com.secondworld.univeralsdk" |
| | | android:installLocation="auto" |
| | | android:versionCode="1" |
| | | android:versionName="1.1.0" > |
| | | |
| | | <uses-sdk |
| | | android:minSdkVersion="23" |
| | | android:targetSdkVersion="23" /> |
| | | android:minSdkVersion="19" |
| | | android:targetSdkVersion="22" /> |
| | | |
| | | <uses-permission android:name="android.permission.READ_PHONE_STATE" /> |
| | | <uses-permission android:name="android.permission.INTERNET" /> |
| | |
| | | android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale|layoutDirection" |
| | | android:label="@string/app_name" |
| | | android:launchMode="singleTask" |
| | | android:screenOrientation="sensorLandscape" > |
| | | android:screenOrientation="sensorLandscape" |
| | | tools:replace="android:configChanges" > |
| | | <intent-filter> |
| | | <action android:name="android.intent.action.MAIN" /> |
| | | |
| | |
| | | |
| | | <data android:scheme="package" /> |
| | | </intent-filter> |
| | | </receiver> <!-- Required SDK核心功能 --> |
| | | </receiver> |
| | | |
| | | <activity |
| | | android:name="com.secondworld.univeralsdk.RequestPermissionsHelpActivity" |
| | | android:configChanges="keyboardHidden|orientation|screenSize" |
| | | android:theme="@android:style/Theme.NoTitleBar" > |
| | | </activity> <!-- Required SDK核心功能 --> |
| | | <activity |
| | | android:name="cn.jpush.android.ui.PushActivity" |
| | | android:configChanges="orientation|keyboardHidden" |