| | |
| | | android:protectionLevel="signature" /> |
| | | <!-- Required --> |
| | | <permission |
| | | android:name="com.zyxhgame.gamelxj.permission.JPUSH_MESSAGE" |
| | | android:name="com.zyxhgame.game007.permission.JPUSH_MESSAGE" |
| | | android:protectionLevel="signature" /> |
| | | |
| | | <uses-permission android:name="com.zyxhgame.gamelxj.permission.JPUSH_MESSAGE" /> |
| | | <uses-permission android:name="com.zyxhgame.game007.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.gamelxj.fileProvider" |
| | | android:authorities="com.zyxhgame.game007.fileProvider" |
| | | android:exported="false" |
| | | android:grantUriPermissions="true" > |
| | | <meta-data |
| | |
| | | <!-- since 3.0.9 Required SDK æ ¸å¿åè½ --> |
| | | <provider |
| | | android:name="cn.jpush.android.service.DataProvider" |
| | | android:authorities="com.zyxhgame.gamelxj.DataProvider" |
| | | android:authorities="com.zyxhgame.game007.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.gamelxj" /> |
| | | <category android:name="com.zyxhgame.game007" /> |
| | | </intent-filter> |
| | | </service> |
| | | |
| | | <!-- since 3.1.0 Required SDK æ ¸å¿åè½ --> |
| | | <provider |
| | | android:name="cn.jpush.android.service.DownloadProvider" |
| | | android:authorities="com.zyxhgame.gamelxj.DownloadProvider" |
| | | android:authorities="com.zyxhgame.game007.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.gamelxj" /> |
| | | <category android:name="com.zyxhgame.game007" /> |
| | | </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.gamelxj" /> |
| | | <category android:name="com.zyxhgame.game007" /> |
| | | </intent-filter> |
| | | </activity> |
| | | <!-- SDKæ ¸å¿åè½ --> |
| | |
| | | android:theme="@style/MyDialogStyle" > |
| | | <intent-filter> |
| | | <category android:name="android.intent.category.DEFAULT" /> |
| | | <category android:name="com.zyxhgame.gamelxj" /> |
| | | <category android:name="com.zyxhgame.game007" /> |
| | | </intent-filter> |
| | | </activity> |
| | | |
| | |
| | | <!-- æ¥æ¶ç½ç»åå è¿æ¥/æå¼ since 1.6.3 --> |
| | | <action android:name="cn.jpush.android.intent.CONNECTION" /> |
| | | |
| | | <category android:name="com.zyxhgame.gamelxj" /> |
| | | <category android:name="com.zyxhgame.game007" /> |
| | | </intent-filter> |
| | | </receiver> |
| | | |