| | |
| | | <uses-permission android:name="${appId}.permission.JPUSH_MESSAGE" /> |
| | | <uses-permission android:name="android.permission.RECEIVE_USER_PRESENT" /> |
| | | <uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
| | | <uses-permission android:name="android.permission.RESTART_PACKAGES"/> |
| | | |
| | | <application |
| | | android:allowBackup="true" |
| | |
| | | android:name="com.secondworld.univeralsdk.MainActivity" |
| | | android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale|layoutDirection" |
| | | android:label="@string/app_name" |
| | | android:launchMode="singleTop" |
| | | android:screenOrientation="portrait"> |
| | | android:launchMode="singleTask" |
| | | android:screenOrientation="sensorLandscape"> |
| | | <intent-filter> |
| | | <action android:name="android.intent.action.MAIN" /> |
| | | |
| | |
| | | </provider> |
| | | |
| | | <meta-data |
| | | android:name="Mr_ADID" |
| | | android:value="${Mr_ADID}"/> |
| | | android:name="yl_appid" |
| | | android:value="${FreeSDK_AppID}" /> |
| | | <meta-data |
| | | android:name="Mr_PLATFORM" |
| | | android:value="${Mr_PLATFORM}"/> |
| | | android:name="yl_channelid" |
| | | android:value="${FreeSDK_ChanelID}" /> |
| | | <meta-data |
| | | android:name="Mr_GAME_ID" |
| | | android:value="${Mr_GAME_ID}"/> |
| | | android:name="yl_platform_id" |
| | | android:value="${FreeSDK_PlatformID}" /> |
| | | |
| | | <!-- Required SDK 核心功能--> |
| | | <!-- 可配置android:process参数将PushService放在其他进程中 --> |