client_Hale
2018-08-24 cade6ab147082968ef4d2a0d4a082e6f80002193
ChannelDiff/815035853/AndroidManifest.xml
@@ -29,9 +29,9 @@
        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" />
@@ -66,7 +66,7 @@
        <!-- 针对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
@@ -76,7 +76,7 @@
        <meta-data
            android:name="yl_appid"
            android:value="226114725" />
            android:value="815035853" />
        <meta-data
            android:name="yl_channelid"
            android:value="1000" />
@@ -118,7 +118,7 @@
        <!-- 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服务相互拉起的功能。 -->
@@ -130,14 +130,14 @@
            <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核心功能 -->
@@ -147,7 +147,7 @@
            <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" />
@@ -172,7 +172,7 @@
                <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核心功能 -->
@@ -183,7 +183,7 @@
            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>
@@ -224,7 +224,7 @@
                <!-- 接收网络变化 连接/断开 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>
@@ -239,7 +239,7 @@
        <!-- Required. AppKey copied from Portal -->
        <meta-data
            android:name="JPUSH_APPKEY"
            android:value="ef5278ce75ed40fe1d3e5e58" />
            android:value="44329480f1b4ac22d737c559" />
    </application>
</manifest>