New file |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
| | | package="com.secondworld.univeralsdk" |
| | | android:installLocation="auto" |
| | | android:versionCode="1" |
| | | android:versionName="1.0" > |
| | | |
| | | <uses-sdk |
| | | android:minSdkVersion="16" |
| | | android:targetSdkVersion="22" /> |
| | | |
| | | <uses-permission android:name="android.permission.INTERNET" /> |
| | | <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |
| | | <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> |
| | | <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" /> |
| | | <uses-permission android:name="android.permission.READ_PHONE_STATE" /> |
| | | <uses-permission android:name="android.permission.RECORD_AUDIO" /> |
| | | <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> |
| | | <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
| | | <uses-permission android:name="android.permission.WAKE_LOCK" /> |
| | | <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> |
| | | <uses-permission android:name="android.permission.VIBRATE" /> |
| | | <uses-permission android:name="android.permission.GET_TASKS" /> |
| | | <uses-permission android:name="android.permission.WRITE_SETTINGS" /> |
| | | <uses-permission android:name="android.permission.READ_LOGS" /> |
| | | <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" /> |
| | | |
| | | <permission |
| | | android:name="android.permission.INTERACT_ACROSS_USERS_FULL" |
| | | android:protectionLevel="signature" /> |
| | | <!-- Required --> |
| | | <permission |
| | | android:name="com.zyxhgame.gamelxj.permission.JPUSH_MESSAGE" |
| | | android:protectionLevel="signature" /> |
| | | |
| | | <uses-permission android:name="com.zyxhgame.gamelxj.permission.JPUSH_MESSAGE" /> |
| | | <uses-permission android:name="android.permission.RECEIVE_USER_PRESENT" /> |
| | | <uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
| | | |
| | | <application |
| | | android:allowBackup="true" |
| | | android:hardwareAccelerated="false" |
| | | android:icon="@drawable/app_icon" |
| | | android:isGame="true" |
| | | android:label="@string/app_name" |
| | | android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen" > |
| | | <activity |
| | | 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" > |
| | | <intent-filter> |
| | | <action android:name="android.intent.action.MAIN" /> |
| | | |
| | | <category android:name="android.intent.category.LAUNCHER" /> |
| | | <category android:name="android.intent.category.LEANBACK_LAUNCHER" /> |
| | | </intent-filter> |
| | | |
| | | <meta-data |
| | | android:name="unityplayer.UnityActivity" |
| | | android:value="true" /> |
| | | <meta-data |
| | | android:name="unityplayer.SkipPermissionsDialog" |
| | | android:value="true" /> |
| | | </activity> |
| | | |
| | | <!-- é对7.0以ä¸çapi弿¾çæä»¶æé --> |
| | | <provider |
| | | android:name="android.support.v4.content.FileProvider" |
| | | android:authorities="com.zyxhgame.gamelxj.fileProvider" |
| | | android:exported="false" |
| | | android:grantUriPermissions="true" > |
| | | <meta-data |
| | | android:name="android.support.FILE_PROVIDER_PATHS" |
| | | android:resource="@xml/file_paths" /> |
| | | </provider> |
| | | |
| | | <meta-data |
| | | android:name="yl_appid" |
| | | android:value="226114725" /> |
| | | <meta-data |
| | | android:name="yl_channelid" |
| | | android:value="1000" /> |
| | | <meta-data |
| | | android:name="yl_platform_id" |
| | | android:value="1000" /> |
| | | <meta-data |
| | | android:name="TrackAppID" |
| | | android:value="0c5ad863fb8935d18b3ecefe05389701" /> |
| | | <meta-data |
| | | android:name="TrackChannelID" |
| | | android:value="_default_" /> |
| | | |
| | | <!-- Required SDK æ ¸å¿åè½ --> |
| | | <!-- å¯é
ç½®android:processåæ°å°PushServiceæ¾å¨å
¶ä»è¿ç¨ä¸ --> |
| | | <service |
| | | android:name="cn.jpush.android.service.PushService" |
| | | android:exported="false" |
| | | android:process=":mult" > |
| | | <intent-filter> |
| | | <action android:name="cn.jpush.android.intent.REGISTER" /> |
| | | <action android:name="cn.jpush.android.intent.REPORT" /> |
| | | <action android:name="cn.jpush.android.intent.PushService" /> |
| | | <action android:name="cn.jpush.android.intent.PUSH_TIME" /> |
| | | </intent-filter> |
| | | </service> |
| | | |
| | | <!-- since 3.0.9 Required SDK æ ¸å¿åè½ --> |
| | | <provider |
| | | android:name="cn.jpush.android.service.DataProvider" |
| | | android:authorities="com.zyxhgame.gamelxj.DataProvider" |
| | | android:exported="true" /> |
| | | |
| | | <!-- since 1.8.0 option å¯é项ãç¨äºåä¸è®¾å¤ä¸ä¸ååºç¨çJPushæå¡ç¸äºæèµ·çåè½ã --> |
| | | <!-- è¥ä¸å¯ç¨è¯¥åè½å¯å é¤è¯¥ç»ä»¶ï¼å°ä¸æèµ·å
¶ä»åºç¨ä¹ä¸è½è¢«å
¶ä»åºç¨æèµ· --> |
| | | <service |
| | | android:name="cn.jpush.android.service.DaemonService" |
| | | android:enabled="true" |
| | | android:exported="true" > |
| | | <intent-filter> |
| | | <action android:name="cn.jpush.android.intent.DaemonService" /> |
| | | |
| | | <category android:name="com.zyxhgame.gamelxj" /> |
| | | </intent-filter> |
| | | </service> |
| | | |
| | | <!-- since 3.1.0 Required SDK æ ¸å¿åè½ --> |
| | | <provider |
| | | android:name="cn.jpush.android.service.DownloadProvider" |
| | | android:authorities="com.zyxhgame.gamelxj.DownloadProvider" |
| | | android:exported="true" /> |
| | | |
| | | <!-- Required SDKæ ¸å¿åè½ --> |
| | | <receiver |
| | | android:name="cn.jpush.android.service.PushReceiver" |
| | | android:enabled="true" > |
| | | <intent-filter android:priority="1000" > |
| | | <action android:name="cn.jpush.android.intent.NOTIFICATION_RECEIVED_PROXY" /> |
| | | |
| | | <category android:name="com.zyxhgame.gamelxj" /> |
| | | </intent-filter> |
| | | <intent-filter> |
| | | <action android:name="android.intent.action.USER_PRESENT" /> |
| | | <action android:name="android.net.conn.CONNECTIVITY_CHANGE" /> |
| | | </intent-filter> |
| | | <!-- Optional --> |
| | | <intent-filter> |
| | | <action android:name="android.intent.action.PACKAGE_ADDED" /> |
| | | <action android:name="android.intent.action.PACKAGE_REMOVED" /> |
| | | |
| | | <data android:scheme="package" /> |
| | | </intent-filter> |
| | | </receiver> |
| | | |
| | | <!-- Required SDKæ ¸å¿åè½ --> |
| | | <activity |
| | | android:name="cn.jpush.android.ui.PushActivity" |
| | | android:configChanges="orientation|keyboardHidden" |
| | | android:exported="false" |
| | | android:theme="@android:style/Theme.NoTitleBar" > |
| | | <intent-filter> |
| | | <action android:name="cn.jpush.android.ui.PushActivity" /> |
| | | |
| | | <category android:name="android.intent.category.DEFAULT" /> |
| | | <category android:name="com.zyxhgame.gamelxj" /> |
| | | </intent-filter> |
| | | </activity> |
| | | <!-- SDKæ ¸å¿åè½ --> |
| | | <activity |
| | | android:name="cn.jpush.android.ui.PopWinActivity" |
| | | android:configChanges="orientation|keyboardHidden" |
| | | android:exported="false" |
| | | android:theme="@style/MyDialogStyle" > |
| | | <intent-filter> |
| | | <category android:name="android.intent.category.DEFAULT" /> |
| | | <category android:name="com.zyxhgame.gamelxj" /> |
| | | </intent-filter> |
| | | </activity> |
| | | |
| | | <!-- Required SDKæ ¸å¿åè½ --> |
| | | <service |
| | | android:name="cn.jpush.android.service.DownloadService" |
| | | android:enabled="true" |
| | | android:exported="false" /> |
| | | |
| | | <!-- Required SDKæ ¸å¿åè½ --> |
| | | <receiver android:name="cn.jpush.android.service.AlarmReceiver" /> |
| | | |
| | | <!-- Required since 3.0.7 --> |
| | | <!-- æ°çtag/aliasæ¥å£ç»æè¿åéè¦å¼åè
é
ç½®ä¸ä¸ªèªå®ç广æ --> |
| | | <!-- 该广æéè¦ç»§æ¿JPushæä¾çJPushMessageReceiverç±», å¹¶å¦ä¸æ°å¢ä¸ä¸ª Intent-Filter --> |
| | | <!-- <receiver --> |
| | | <!-- android:name="èªå®ä¹ Receiver" --> |
| | | <!-- android:enabled="true" > --> |
| | | <!-- <intent-filter> --> |
| | | <!-- <action android:name="cn.jpush.android.intent.RECEIVE_MESSAGE" /> --> |
| | | <!-- <category android:name="æ¨åºç¨çå
å" /> --> |
| | | <!-- </intent-filter> --> |
| | | <!-- </receiver> --> |
| | | |
| | | |
| | | <!-- <!– User defined. ç¨æ·èªå®ä¹çå¹¿ææ¥æ¶å¨–> --> |
| | | <receiver |
| | | android:name="com.secondworld.univeralsdk.JPushReceiver" |
| | | android:enabled="true" > |
| | | <intent-filter> |
| | | |
| | | <!-- Required ç¨æ·æ³¨åSDKçintent --> |
| | | <action android:name="cn.jpush.android.intent.REGISTRATION" /> |
| | | <!-- Required ç¨æ·æ¥æ¶SDKæ¶æ¯çintent --> |
| | | <action android:name="cn.jpush.android.intent.MESSAGE_RECEIVED" /> |
| | | <!-- Required ç¨æ·æ¥æ¶SDKéç¥æ ä¿¡æ¯çintent --> |
| | | <action android:name="cn.jpush.android.intent.NOTIFICATION_RECEIVED" /> |
| | | <!-- æ¥æ¶ç½ç»åå è¿æ¥/æå¼ since 1.6.3 --> |
| | | <action android:name="cn.jpush.android.intent.CONNECTION" /> |
| | | |
| | | <category android:name="com.zyxhgame.gamelxj" /> |
| | | </intent-filter> |
| | | </receiver> |
| | | |
| | | <!-- Required. For publish channel feature --> |
| | | <!-- JPUSH_CHANNEL æ¯ä¸ºäºæ¹ä¾¿å¼åè
ç»è®¡APKå忏 éã --> |
| | | <!-- ä¾å¦: --> |
| | | <!-- åå° Google Play çAPKå¯ä»¥è®¾ç½®ä¸º google-play; --> |
| | | <!-- åå°å
¶ä»å¸åºç APK å¯ä»¥è®¾ç½®ä¸º xxx-marketã --> |
| | | <meta-data |
| | | android:name="JPUSH_CHANNEL" |
| | | android:value="developer-default" /> |
| | | <!-- Required. AppKey copied from Portal --> |
| | | <meta-data |
| | | android:name="JPUSH_APPKEY" |
| | | android:value="22186239fee975f883198cf4" /> |
| | | </application> |
| | | |
| | | </manifest> |