client_Hale
2020-08-27 0a5b37257b91937e2927222d7dcead907c6b7f98
0312 修复sdk
3个文件已修改
4 ■■■■ 已修改文件
ChannelDiff/Android/xmyjgame/AndroidManifest.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ChannelDiff/Android/xmyjgame/libs/qk_sdk-game_qk-release.aar 补丁 | 查看 | 原始文档 | blame | 历史
Project/qk_sdk/src/game_qk/AndroidManifest.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ChannelDiff/Android/xmyjgame/AndroidManifest.xml
@@ -103,7 +103,7 @@
        <!-- 针对7.0以上的api开放的文件权限 -->
        <provider
            android:name="android.support.v4.content.FileProvider"
            android:authorities="com.xfzc.yj.quick.fileProvider"
            android:authorities="quicksdk_packName.fileProvider"
            android:exported="false"
            android:grantUriPermissions="true" >
            <meta-data
ChannelDiff/Android/xmyjgame/libs/qk_sdk-game_qk-release.aar
Binary files differ
Project/qk_sdk/src/game_qk/AndroidManifest.xml
@@ -107,7 +107,7 @@
        <!-- 针对7.0以上的api开放的文件权限 -->
        <provider
            android:name="android.support.v4.content.FileProvider"
            android:authorities="${appId}.fileProvider"
            android:authorities="quicksdk_packName.fileProvider"
            android:exported="false"
            android:grantUriPermissions="true">
            <meta-data