From 952ea92d2b8e8d79a419a51b6ada4131c1cdd844 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期三, 26 八月 2020 11:29:47 +0800
Subject: [PATCH] 0312 QUICKSDK
---
ChannelDiff/Android/xmyjgame/res/values/colors.xml | 6 +
ChannelDiff/Android/xmyjgame/res/layout/jpush_popwin_layout.xml | 15 +++
ChannelDiff/Android/xmyjgame/res/drawable-hdpi/jpush_ic_richpush_actionbar_back.png | 0
Project/settings.gradle | 2
ChannelDiff/Android/xmyjgame/res/values/jpush_style.xml | 13 ++
ChannelDiff/Android/xmyjgame/libs/x86/libqkcheck.so | 0
ChannelDiff/Android/xmyjgame/libs/armeabi-v7a/libqkcheck.so | 0
ChannelDiff/Android/xmyjgame/libs/qk_sdk-game_qk-release.aar | 0
ChannelDiff/Android/xmyjgame/res/layout/activity_main.xml | 30 ++++++
ChannelDiff/Android/xmyjgame/AndroidManifest.xml | 106 +++++++++++++++------
/dev/null | 0
ChannelDiff/Android/xmyjgame/res/layout/jpush_webview_layout.xml | 59 +++++++++++
ChannelDiff/Android/xmyjgame/res/drawable-hdpi/jpush_richpush_btn_selector.xml | 21 ++++
ChannelDiff/Android/xmyjgame/res/values/strings.xml | 4
ChannelDiff/Android/xmyjgame/res/drawable-hdpi/jpush_ic_richpush_actionbar_divider.png | 0
ChannelDiff/Android/xmyjgame/res/xml/file_paths.xml | 5 +
ChannelDiff/Android/xmyjgame/libs/armeabi/libqkcheck.so | 0
ChannelDiff/Android/xmyjgame/res/values/styles.xml | 8 +
ChannelDiff/Android/xmyjgame/res/drawable-hdpi/jpush_richpush_progressbar.xml | 20 ++++
ChannelDiff/Android/xmyjgame/res/drawable/app_icon.png | 0
ChannelDiff/Android/xmyjgame/res/drawable/web_btn_close_icon.png | 0
21 files changed, 258 insertions(+), 31 deletions(-)
diff --git a/ChannelDiff/Android/xmyjgame/AndroidManifest.xml b/ChannelDiff/Android/xmyjgame/AndroidManifest.xml
index 9c7dff4..9ecfbc0 100644
--- a/ChannelDiff/Android/xmyjgame/AndroidManifest.xml
+++ b/ChannelDiff/Android/xmyjgame/AndroidManifest.xml
@@ -1,36 +1,67 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
package="com.secondworld.univeralsdk"
+ android:installLocation="auto"
android:versionCode="1"
- android:versionName="1.0.0" >
+ android:versionName="1.0" >
<uses-sdk
- android:minSdkVersion="9"
+ android:minSdkVersion="16"
android:targetSdkVersion="26" />
- <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
- <uses-permission android:name="android.permission.SYSTEM_OVERLAY_WINDOW" />
- <uses-permission android:name="android.permission.GET_TASKS" />
- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
- <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
- <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<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.BLUETOOTH" />
- <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES"/>
+ <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" />
+ <uses-permission android:name="android.permission.RECEIVE_USER_PRESENT" />
+ <uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
+ <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
<application
- android:name="com.qk.game.GameApplication"
+ android:name="com.secondworld.universalsdk.GameApplication"
android:allowBackup="true"
- android:icon="@drawable/ic_launcher"
- android:label="浠欓瓟鎴樺満" >
+ android:hardwareAccelerated="false"
+ android:icon="@drawable/app_icon"
+ android:isGame="true"
+ android:label="@string/app_name"
+ android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen" >
+ <meta-data
+ android:name="android.max_aspect"
+ android:value="1075838976.000000" />
+ <meta-data
+ android:name="com.samsung.android.keepalive.density"
+ android:value="true" />
+
+ <!-- <meta-data -->
+ <!-- android:name="android.notch_support" -->
+ <!-- android:value="true" /> -->
+
+ <meta-data
+ android:name="notch.config"
+ android:value="none" />
+ <meta-data
+ android:name="android.vendor.full_screen"
+ android:value="true" />
+
<activity
- android:name="com.qk.game.SplashActivity"
- android:configChanges="mnc|keyboardHidden|screenSize|orientation|keyboard"
+ android:name="com.secondworld.universalsdk.SplashActivity"
+ android:configChanges="keyboardHidden|orientation|screenSize"
+ android:label="@string/app_name"
+ android:launchMode="singleTop"
android:screenOrientation="landscape"
- android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen" >
+ tools:replace="android:launchMode" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@@ -38,29 +69,44 @@
</intent-filter>
</activity>
<activity
- android:name="com.qk.game.MainActivity"
- android:configChanges="mnc|keyboardHidden|screenSize|orientation|keyboard"
- android:screenOrientation="landscape"
- android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen" >
+ android:name="com.secondworld.universalsdk.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="sensorLandscape"
+ tools:replace="android:configChanges,android:launchMode" >
+ <intent-filter>
+ <category android:name="android.intent.category.DEFAULT" />
+ <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" />
+ <meta-data
+ android:name="android.vendor.home_indicator"
+ android:value="hide" />
+ <meta-data
+ android:name="android.max_aspect"
+ android:value="1075419520.000000" />
+ <meta-data
+ android:name="com.samsung.android.keepalive.density"
+ android:value="true" />
</activity>
+ <!-- 閽堝7.0浠ヤ笂鐨刟pi寮�鏀剧殑鏂囦欢鏉冮檺 -->
<provider
android:name="android.support.v4.content.FileProvider"
- android:authorities="quicksdk_packName.fileprovider"
+ android:authorities="com.zyxhgame.mxd.fileProvider"
android:exported="false"
android:grantUriPermissions="true" >
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
- android:resource="@xml/filepaths" >
- </meta-data>
+ android:resource="@xml/file_paths" />
</provider>
-
- <meta-data
- android:name="unityplayer.ForwardNativeEventsToDalvik"
- android:value="true" />
- <meta-data
- android:name="unityplayer.UnityActivity"
- android:value="true" />
</application>
</manifest>
\ No newline at end of file
diff --git a/ChannelDiff/Android/xmyjgame/assets/quicksdk.xml b/ChannelDiff/Android/xmyjgame/assets/quicksdk.xml
deleted file mode 100644
index 548a95b..0000000
--- a/ChannelDiff/Android/xmyjgame/assets/quicksdk.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<resources>
-
- <!-- 涓嬮潰涓よ闇�瑕佹浛鎹负娓告垙鑷繁鐨勫弬鏁� -->
- <string name="product_code">96065423134516611008224414549989</string>
- <string name="product_key">69623854</string>
-
-</resources>
\ No newline at end of file
diff --git a/ChannelDiff/Android/xmyjgame/libs/android-support-v4.jar b/ChannelDiff/Android/xmyjgame/libs/android-support-v4.jar
deleted file mode 100644
index 2ff47f4..0000000
--- a/ChannelDiff/Android/xmyjgame/libs/android-support-v4.jar
+++ /dev/null
Binary files differ
diff --git a/ChannelDiff/Android/xmyjgame/libs/armeabi-v7a/libqkcheck.so b/ChannelDiff/Android/xmyjgame/libs/armeabi-v7a/libqkcheck.so
new file mode 100644
index 0000000..8afb828
--- /dev/null
+++ b/ChannelDiff/Android/xmyjgame/libs/armeabi-v7a/libqkcheck.so
Binary files differ
diff --git a/ChannelDiff/Android/xmyjgame/libs/armeabi/libqkcheck.so b/ChannelDiff/Android/xmyjgame/libs/armeabi/libqkcheck.so
new file mode 100644
index 0000000..e5f9d2e
--- /dev/null
+++ b/ChannelDiff/Android/xmyjgame/libs/armeabi/libqkcheck.so
Binary files differ
diff --git a/ChannelDiff/Android/xmyjgame/libs/qk_sdk-game_qk-release.aar b/ChannelDiff/Android/xmyjgame/libs/qk_sdk-game_qk-release.aar
new file mode 100644
index 0000000..25631f4
--- /dev/null
+++ b/ChannelDiff/Android/xmyjgame/libs/qk_sdk-game_qk-release.aar
Binary files differ
diff --git a/ChannelDiff/Android/xmyjgame/libs/qk_unity_v1.4_20200630.jar b/ChannelDiff/Android/xmyjgame/libs/qk_unity_v1.4_20200630.jar
deleted file mode 100644
index f887845..0000000
--- a/ChannelDiff/Android/xmyjgame/libs/qk_unity_v1.4_20200630.jar
+++ /dev/null
Binary files differ
diff --git a/ChannelDiff/Android/xmyjgame/libs/x86/libqkcheck.so b/ChannelDiff/Android/xmyjgame/libs/x86/libqkcheck.so
new file mode 100644
index 0000000..6f95276
--- /dev/null
+++ b/ChannelDiff/Android/xmyjgame/libs/x86/libqkcheck.so
Binary files differ
diff --git a/ChannelDiff/Android/xmyjgame/res/drawable-hdpi/jpush_ic_richpush_actionbar_back.png b/ChannelDiff/Android/xmyjgame/res/drawable-hdpi/jpush_ic_richpush_actionbar_back.png
new file mode 100644
index 0000000..c9f4e4d
--- /dev/null
+++ b/ChannelDiff/Android/xmyjgame/res/drawable-hdpi/jpush_ic_richpush_actionbar_back.png
Binary files differ
diff --git a/ChannelDiff/Android/xmyjgame/res/drawable-hdpi/jpush_ic_richpush_actionbar_divider.png b/ChannelDiff/Android/xmyjgame/res/drawable-hdpi/jpush_ic_richpush_actionbar_divider.png
new file mode 100644
index 0000000..f289651
--- /dev/null
+++ b/ChannelDiff/Android/xmyjgame/res/drawable-hdpi/jpush_ic_richpush_actionbar_divider.png
Binary files differ
diff --git a/ChannelDiff/Android/xmyjgame/res/drawable-hdpi/jpush_richpush_btn_selector.xml b/ChannelDiff/Android/xmyjgame/res/drawable-hdpi/jpush_richpush_btn_selector.xml
new file mode 100644
index 0000000..c6dd002
--- /dev/null
+++ b/ChannelDiff/Android/xmyjgame/res/drawable-hdpi/jpush_richpush_btn_selector.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<selector xmlns:android="http://schemas.android.com/apk/res/android" >
+ <!-- 鑾峰緱鐒︾偣浣嗘湭鎸変笅鏃剁殑鑳屾櫙鍥剧墖 -->
+ <item
+ android:state_focused="true"
+ android:state_enabled="true"
+ android:state_pressed="false"
+ android:drawable="@drawable/jpush_ic_richpush_actionbar_back" />
+ <!-- 鎸変笅鏃剁殑鑳屾櫙鍥剧墖 -->
+ <item
+ android:state_enabled="true"
+ android:state_pressed="true"
+ android:drawable="@android:color/darker_gray" />
+ <!-- 鎸変笅鏃剁殑鑳屾櫙鍥剧墖 -->
+ <item
+ android:state_enabled="true"
+ android:state_checked="true"
+ android:drawable="@android:color/darker_gray" />
+ <!-- 榛樿鏃剁殑鑳屾櫙鍥剧墖 -->
+ <item android:drawable="@drawable/jpush_ic_richpush_actionbar_back" />
+</selector>
\ No newline at end of file
diff --git a/ChannelDiff/Android/xmyjgame/res/drawable-hdpi/jpush_richpush_progressbar.xml b/ChannelDiff/Android/xmyjgame/res/drawable-hdpi/jpush_richpush_progressbar.xml
new file mode 100644
index 0000000..a1d9b8f
--- /dev/null
+++ b/ChannelDiff/Android/xmyjgame/res/drawable-hdpi/jpush_richpush_progressbar.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
+
+ <!-- 鑳屾櫙 gradient鏄笎鍙�,corners瀹氫箟鐨勬槸鍦嗚 -->
+ <item android:id="@android:id/background">
+ <shape>
+ <solid android:color="#ffffff" />
+ </shape>
+ </item>
+
+ <!-- 杩涘害鏉� -->
+ <item android:id="@android:id/progress">
+ <clip>
+ <shape>
+ <solid android:color="#4393ea" />
+ </shape>
+ </clip>
+ </item>
+
+</layer-list>
\ No newline at end of file
diff --git a/ChannelDiff/Android/xmyjgame/res/drawable/app_icon.png b/ChannelDiff/Android/xmyjgame/res/drawable/app_icon.png
new file mode 100644
index 0000000..9f03b9d
--- /dev/null
+++ b/ChannelDiff/Android/xmyjgame/res/drawable/app_icon.png
Binary files differ
diff --git a/ChannelDiff/Android/xmyjgame/res/drawable/web_btn_close_icon.png b/ChannelDiff/Android/xmyjgame/res/drawable/web_btn_close_icon.png
new file mode 100644
index 0000000..7ac8e4d
--- /dev/null
+++ b/ChannelDiff/Android/xmyjgame/res/drawable/web_btn_close_icon.png
Binary files differ
diff --git a/ChannelDiff/Android/xmyjgame/res/layout/activity_main.xml b/ChannelDiff/Android/xmyjgame/res/layout/activity_main.xml
new file mode 100644
index 0000000..4bf1374
--- /dev/null
+++ b/ChannelDiff/Android/xmyjgame/res/layout/activity_main.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/main_container"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+
+ <FrameLayout
+ android:id="@+id/unity_view"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" />
+
+ <WebView
+ android:id="@+id/webView"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_centerInParent="true"
+ android:visibility="invisible" />
+
+ <Button
+ android:id="@+id/webView_btn_close"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_alignBottom="@id/webView"
+ android:layout_alignRight="@id/webView"
+ android:background="@drawable/web_btn_close_icon"
+ android:text="鎴戠煡閬撲簡"
+ android:textSize="16dp"
+ android:visibility="invisible" />
+
+</RelativeLayout>
\ No newline at end of file
diff --git a/ChannelDiff/Android/xmyjgame/res/layout/jpush_popwin_layout.xml b/ChannelDiff/Android/xmyjgame/res/layout/jpush_popwin_layout.xml
new file mode 100644
index 0000000..f43e478
--- /dev/null
+++ b/ChannelDiff/Android/xmyjgame/res/layout/jpush_popwin_layout.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/popLayoutId"
+ style="@style/MyDialogStyle"
+ android:orientation="vertical"
+ android:layout_width="280dp"
+ android:layout_height="250dp" >
+
+ <WebView
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:id="@+id/wvPopwin"/>
+
+</LinearLayout>
\ No newline at end of file
diff --git a/ChannelDiff/Android/xmyjgame/res/layout/jpush_webview_layout.xml b/ChannelDiff/Android/xmyjgame/res/layout/jpush_webview_layout.xml
new file mode 100644
index 0000000..bebdd61
--- /dev/null
+++ b/ChannelDiff/Android/xmyjgame/res/layout/jpush_webview_layout.xml
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="utf-8"?>
+<cn.jpush.android.ui.FullScreenView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/actionbarLayoutId"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:orientation="vertical" >
+
+ <RelativeLayout
+ android:id="@+id/rlRichpushTitleBar"
+ android:layout_width="match_parent"
+ android:layout_height="40.0dp"
+ android:background="#29313a">
+
+ <ImageButton
+ android:id="@+id/imgRichpushBtnBack"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_centerVertical="true"
+ android:layout_marginLeft="9dp"
+ android:layout_marginRight="10dp"
+ android:background="@drawable/jpush_richpush_btn_selector" />
+
+ <ImageView
+ android:id="@+id/imgView"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_centerVertical="true"
+ android:layout_toRightOf="@id/imgRichpushBtnBack"
+ android:clickable="false"
+ android:src="@drawable/jpush_ic_richpush_actionbar_divider" />
+
+ <TextView
+ android:id="@+id/tvRichpushTitle"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_centerVertical="true"
+ android:layout_marginLeft="7dp"
+ android:layout_marginRight="5dp"
+ android:layout_toRightOf="@id/imgView"
+ android:clickable="false"
+ android:text=" "
+ android:textSize="20sp"
+ android:textColor="#ffffff" />
+ </RelativeLayout>
+
+ <ProgressBar
+ android:id="@+id/pushPrograssBar"
+ android:layout_width="match_parent"
+ android:layout_height="1dp"
+ android:progress="0"
+ android:progressDrawable="@drawable/jpush_richpush_progressbar"
+ style="?android:attr/progressBarStyleHorizontal" />
+ <WebView
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:id="@+id/fullWebView"
+ android:background="#000000" />
+
+</cn.jpush.android.ui.FullScreenView>
\ No newline at end of file
diff --git a/ChannelDiff/Android/xmyjgame/res/values/colors.xml b/ChannelDiff/Android/xmyjgame/res/values/colors.xml
new file mode 100644
index 0000000..3ab3e9c
--- /dev/null
+++ b/ChannelDiff/Android/xmyjgame/res/values/colors.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <color name="colorPrimary">#3F51B5</color>
+ <color name="colorPrimaryDark">#303F9F</color>
+ <color name="colorAccent">#FF4081</color>
+</resources>
diff --git a/ChannelDiff/Android/xmyjgame/res/values/jpush_style.xml b/ChannelDiff/Android/xmyjgame/res/values/jpush_style.xml
new file mode 100644
index 0000000..81dfdbb
--- /dev/null
+++ b/ChannelDiff/Android/xmyjgame/res/values/jpush_style.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources xmlns:android="http://schemas.android.com/apk/res/android">
+ <style name="MyDialogStyle">
+ <item name="android:windowBackground">@android:color/transparent</item>
+ <item name="android:windowFrame">@null</item>
+ <item name="android:windowNoTitle">true</item>
+ <item name="android:windowIsFloating">true</item>
+ <item name="android:windowIsTranslucent">true</item>
+ <item name="android:windowContentOverlay">@null</item>
+ <item name="android:windowAnimationStyle">@android:style/Animation.Dialog</item>
+ <item name="android:backgroundDimEnabled">true</item>
+ </style>
+</resources>
\ No newline at end of file
diff --git a/ChannelDiff/Android/xmyjgame/res/values/strings.xml b/ChannelDiff/Android/xmyjgame/res/values/strings.xml
new file mode 100644
index 0000000..78be4e1
--- /dev/null
+++ b/ChannelDiff/Android/xmyjgame/res/values/strings.xml
@@ -0,0 +1,4 @@
+<resources>
+ <string name="app_name">UniveralSDK</string>
+ <string name="banhao">钁椾綔鏉冿細姹熻嫃鏄撲箰缃戠粶绉戞妧鍏徃 杩愯惀鍗曚綅锛氫簩鍥涘叚闆�(闀囨睙)鏅烘収绀惧尯淇℃伅鏈嶅姟鏈夐檺鍏徃</r>鍑虹増锛氬寳浜集閫氱數瀛愬嚭鐗堢ぞ 杞憲鐧昏鍙凤細2015SR235627 ISBN锛欼SBN 978-7-7979-0154-3 瀹℃壒鏂囧彿锛氭柊骞垮嚭瀹2016]1343鍙�</string>
+</resources>
diff --git a/ChannelDiff/Android/xmyjgame/res/values/styles.xml b/ChannelDiff/Android/xmyjgame/res/values/styles.xml
new file mode 100644
index 0000000..ff6c9d2
--- /dev/null
+++ b/ChannelDiff/Android/xmyjgame/res/values/styles.xml
@@ -0,0 +1,8 @@
+<resources>
+
+ <!-- Base application theme. -->
+ <style name="AppTheme" parent="android:Theme.Holo.Light.DarkActionBar">
+ <!-- Customize your theme here. -->
+ </style>
+
+</resources>
diff --git a/ChannelDiff/Android/xmyjgame/res/xml/file_paths.xml b/ChannelDiff/Android/xmyjgame/res/xml/file_paths.xml
new file mode 100644
index 0000000..517ede7
--- /dev/null
+++ b/ChannelDiff/Android/xmyjgame/res/xml/file_paths.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<paths>
+ <external-path path="Android/data/com.shandangceshi.snxxz/" name="files_root" />
+ <external-path path="." name="external_storage_root" />
+</paths>
\ No newline at end of file
diff --git a/Project/settings.gradle b/Project/settings.gradle
index debd29d..752b50c 100644
--- a/Project/settings.gradle
+++ b/Project/settings.gradle
@@ -1,2 +1,2 @@
-include ':app', ':mr_sdk', ':sp_sdk', ':js_sdk', ':yj_sdk', ':quicksdk_sdk', ':yl_sdk', ':xn_sdk', ':sd_sdk', ':ky_sdk'
+include ':app', ':mr_sdk', ':sp_sdk', ':js_sdk', ':yj_sdk', ':quicksdk_sdk', ':yl_sdk', ':xn_sdk', ':sd_sdk', ':ky_sdk', ':qk_sdk'
include ':sp_common_sdk'
--
Gitblit v1.8.0