| | |
| | | android:name="android.permission.INTERACT_ACROSS_USERS_FULL" |
| | | android:protectionLevel="signature" /> |
| | | <!-- Required --> |
| | | <permission android:name="com.zyxhgame.game005.permission.JPUSH_MESSAGE" /> |
| | | <permission android:name="com.ziyouyouxi05.snxxz.permission.JPUSH_MESSAGE" /> |
| | | |
| | | <uses-permission android:name="com.zyxhgame.game005.permission.JPUSH_MESSAGE" /> |
| | | <uses-permission android:name="com.ziyouyouxi05.snxxz.permission.JPUSH_MESSAGE" /> |
| | | <uses-permission android:name="android.permission.RECEIVE_USER_PRESENT" /> |
| | | <uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
| | | |
| | |
| | | <!-- 针对7.0以上的api开放的文件权限 --> |
| | | <provider |
| | | android:name="android.support.v4.content.FileProvider" |
| | | android:authorities="com.zyxhgame.game005.fileProvider" |
| | | android:authorities="com.ziyouyouxi05.snxxz.fileProvider" |
| | | android:exported="false" |
| | | android:grantUriPermissions="true" > |
| | | <meta-data |
| | |
| | | |
| | | <meta-data |
| | | android:name="yl_appid" |
| | | android:value="226114725" /> |
| | | android:value="815035853" /> |
| | | <meta-data |
| | | android:name="yl_channelid" |
| | | android:value="1000" /> |
| | |
| | | <!-- since 3.0.9 Required SDK 核心功能 --> |
| | | <provider |
| | | android:name="cn.jpush.android.service.DataProvider" |
| | | android:authorities="com.zyxhgame.game005.DataProvider" |
| | | android:authorities="com.ziyouyouxi05.snxxz.DataProvider" |
| | | android:exported="true" /> |
| | | |
| | | <!-- since 1.8.0 option 可选项。用于同一设备中不同应用的JPush服务相互拉起的功能。 --> |
| | |
| | | <intent-filter> |
| | | <action android:name="cn.jpush.android.intent.DaemonService" /> |
| | | |
| | | <category android:name="com.zyxhgame.game005" /> |
| | | <category android:name="com.ziyouyouxi05.snxxz" /> |
| | | </intent-filter> |
| | | </service> |
| | | |
| | | <!-- since 3.1.0 Required SDK 核心功能 --> |
| | | <provider |
| | | android:name="cn.jpush.android.service.DownloadProvider" |
| | | android:authorities="com.zyxhgame.game005.DownloadProvider" |
| | | android:authorities="com.ziyouyouxi05.snxxz.DownloadProvider" |
| | | android:exported="true" /> |
| | | |
| | | <!-- Required SDK核心功能 --> |
| | |
| | | <intent-filter android:priority="1000" > |
| | | <action android:name="cn.jpush.android.intent.NOTIFICATION_RECEIVED_PROXY" /> |
| | | |
| | | <category android:name="com.zyxhgame.game005" /> |
| | | <category android:name="com.ziyouyouxi05.snxxz" /> |
| | | </intent-filter> |
| | | <intent-filter> |
| | | <action android:name="android.intent.action.USER_PRESENT" /> |
| | |
| | | <action android:name="cn.jpush.android.ui.PushActivity" /> |
| | | |
| | | <category android:name="android.intent.category.DEFAULT" /> |
| | | <category android:name="com.zyxhgame.game005" /> |
| | | <category android:name="com.ziyouyouxi05.snxxz" /> |
| | | </intent-filter> |
| | | </activity> |
| | | <!-- SDK核心功能 --> |
| | |
| | | android:theme="@style/MyDialogStyle" > |
| | | <intent-filter> |
| | | <category android:name="android.intent.category.DEFAULT" /> |
| | | <category android:name="com.zyxhgame.game005" /> |
| | | <category android:name="com.ziyouyouxi05.snxxz" /> |
| | | </intent-filter> |
| | | </activity> |
| | | |
| | |
| | | <!-- 接收网络变化 连接/断开 since 1.6.3 --> |
| | | <action android:name="cn.jpush.android.intent.CONNECTION" /> |
| | | |
| | | <category android:name="com.zyxhgame.game005" /> |
| | | <category android:name="com.ziyouyouxi05.snxxz" /> |
| | | </intent-filter> |
| | | </receiver> |
| | | |
| | |
| | | <!-- Required. AppKey copied from Portal --> |
| | | <meta-data |
| | | android:name="JPUSH_APPKEY" |
| | | android:value="ef5278ce75ed40fe1d3e5e58" /> |
| | | android:value="44329480f1b4ac22d737c559" /> |
| | | </application> |
| | | |
| | | </manifest> |