压缩原7277 7277_report SDK备份,全部启用新SDK。 新SDK由JingYouSDK改为ZhenWanSDK
正在显示
100 个修改的文件
包含
59 行增加
和
127 行删除
config/sdk/7277.zip
0 → 100644
不能预览此文件类型
| @@ -3,73 +3,58 @@ | @@ -3,73 +3,58 @@ | ||
| 3 | 3 | ||
| 4 | <permissionConfig> | 4 | <permissionConfig> |
| 5 | 5 | ||
| 6 | - <!-- sevencattle sdk 权限配置 Start --> | ||
| 7 | - <uses-permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE" /> | ||
| 8 | - <uses-permission android:name="android.permission.READ_PHONE_STATE" /> | ||
| 9 | - <uses-permission android:name="android.permission.INTERNET" /> | ||
| 10 | - <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> | ||
| 11 | - <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> | ||
| 12 | - <uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" /> | ||
| 13 | - <!-- sevencattle sdk 权限配置 End --> | 6 | + <uses-permission android:name="android.permission.INTERNET"/> |
| 7 | + <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> | ||
| 8 | + <uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/> | ||
| 9 | + <uses-permission android:name="android.permission.READ_PHONE_STATE"/> | ||
| 10 | + <uses-permission android:name="com.asus.msa.SupplementaryDID.ACCESS" /> | ||
| 11 | + <uses-permission android:name="freemme.permission.msa" /> | ||
| 14 | 12 | ||
| 15 | </permissionConfig> | 13 | </permissionConfig> |
| 16 | 14 | ||
| 17 | <applicationConfig> | 15 | <applicationConfig> |
| 18 | - | ||
| 19 | - <!-- sevencattle sdk Application配置 Start --> | ||
| 20 | <activity | 16 | <activity |
| 21 | - android:name="com.sevencattle.game.sdk.views.QnAgreePermissActivity" | 17 | + android:name="com.zhenwan.sdk.activity.ContainerActivity" |
| 22 | android:alwaysRetainTaskState="true" | 18 | android:alwaysRetainTaskState="true" |
| 23 | android:configChanges="orientation|keyboardHidden|screenSize" | 19 | android:configChanges="orientation|keyboardHidden|screenSize" |
| 24 | - android:theme="@android:style/Theme.Translucent.NoTitleBar"/> | 20 | + android:theme="@android:style/Theme.Translucent.NoTitleBar" |
| 21 | + android:windowSoftInputMode="adjustResize" /> | ||
| 25 | <activity | 22 | <activity |
| 26 | - android:name="com.sevencattle.game.sdk.views.ContainerActivity" | 23 | + android:name="com.zhenwan.sdk.activity.PermissionStatementActivity" |
| 27 | android:alwaysRetainTaskState="true" | 24 | android:alwaysRetainTaskState="true" |
| 28 | android:configChanges="orientation|keyboardHidden|screenSize" | 25 | android:configChanges="orientation|keyboardHidden|screenSize" |
| 29 | - android:theme="@android:style/Theme.Translucent.NoTitleBar"/> | 26 | + android:theme="@android:style/Theme.Translucent.NoTitleBar" /> |
| 30 | <activity | 27 | <activity |
| 31 | - android:name="com.sevencattle.game.sdk.views.EdittextActivity" | 28 | + android:name="com.zhenwan.sdk.activity.EdittextActivity" |
| 32 | android:alwaysRetainTaskState="true" | 29 | android:alwaysRetainTaskState="true" |
| 33 | android:configChanges="orientation|keyboardHidden|screenSize" | 30 | android:configChanges="orientation|keyboardHidden|screenSize" |
| 34 | - android:theme="@android:style/Theme.Translucent.NoTitleBar"/> | 31 | + android:theme="@android:style/Theme.Translucent.NoTitleBar" /> |
| 35 | 32 | ||
| 36 | - <activity | ||
| 37 | - android:name="com.cmic.sso.sdk.view.LoginAuthActivity" | ||
| 38 | - android:configChanges="orientation|keyboardHidden|screenSize" | ||
| 39 | - android:launchMode="singleTop" | ||
| 40 | - android:theme="@android:style/Theme.Translucent.NoTitleBar"> | ||
| 41 | - </activity> | 33 | + <service android:name="com.zhenwan.sdk.service.LogService" /> |
| 42 | 34 | ||
| 35 | + <service | ||
| 36 | + android:name="com.volcengine.onekit.component.ComponentDiscoveryService" | ||
| 37 | + android:exported="false"> | ||
| 43 | <meta-data | 38 | <meta-data |
| 44 | - android:name="debugLog" | ||
| 45 | - android:value="true" /> | ||
| 46 | - | 39 | + android:name="com.bytedance.applog.onekit.AnalyticsComponentRegistrar" |
| 40 | + android:value="com.volcengine.onekit.component.ComponentRegistrar" /> | ||
| 47 | <meta-data | 41 | <meta-data |
| 48 | - android:name="android.max_aspect" | ||
| 49 | - android:value="2.4" /> | ||
| 50 | - | ||
| 51 | - <activity android:name="com.bytedance.applog.util.SimulateLaunchActivity" > | ||
| 52 | - <intent-filter> | ||
| 53 | - <action android:name="android.intent.action.VIEW" /> | ||
| 54 | - | ||
| 55 | - <category android:name="android.intent.category.BROWSABLE" /> | ||
| 56 | - <!-- 表示该页面可以被隐式调用,必须加上该项 --> | ||
| 57 | - <category android:name="android.intent.category.DEFAULT" /> | ||
| 58 | - <!-- 协议部分 --> | ||
| 59 | - <data | ||
| 60 | - android:host="rangersapplog" | ||
| 61 | - android:path="/picker" | ||
| 62 | - android:scheme="rangersapplog.byax6uyt" /> | ||
| 63 | - </intent-filter> | ||
| 64 | - </activity> | 42 | + android:name="com.bytedance.applog.onekit.DeviceComponentRegistrar" |
| 43 | + android:value="com.volcengine.onekit.component.ComponentRegistrar" /> | ||
| 44 | + </service> | ||
| 65 | 45 | ||
| 46 | + <activity android:name="com.bytedance.applog.migrate.MigrateDetectorActivity" /> | ||
| 66 | <receiver | 47 | <receiver |
| 67 | android:name="com.bytedance.applog.collector.Collector" | 48 | android:name="com.bytedance.applog.collector.Collector" |
| 68 | android:enabled="true" | 49 | android:enabled="true" |
| 69 | android:exported="false" /> | 50 | android:exported="false" /> |
| 51 | + <meta-data | ||
| 52 | + android:name="com.huawei.hms.client.service.name:ads-identifier" | ||
| 53 | + android:value="ads-identifier:3.4.39.302" /> | ||
| 70 | 54 | ||
| 71 | - <!-- sevencattle sdk Application配置 End --> | ||
| 72 | - | 55 | + <meta-data |
| 56 | + android:name="android.max_aspect" | ||
| 57 | + android:value="2.4" /> | ||
| 73 | </applicationConfig> | 58 | </applicationConfig> |
| 74 | 59 | ||
| 75 | </manifest> | 60 | </manifest> |
不能预览此文件类型
config/sdk/7277/STSSAgg_ZhenWanSdk.jar
0 → 100644
不能预览此文件类型
| @@ -2,23 +2,30 @@ | @@ -2,23 +2,30 @@ | ||
| 2 | <config> | 2 | <config> |
| 3 | 3 | ||
| 4 | <params> | 4 | <params> |
| 5 | - <param name="QNGameId" required="1" showName="QNGameId" desc="seven cattle sdk game id" bWriteInManifest="1" bWriteInClient="0" /> | ||
| 6 | - <param name="QNAppKey" required="1" showName="QNAppKey" desc="seven cattle sdk client key" bWriteInManifest="1" bWriteInClient="0" /> | 5 | + <param name="QNGameId" required="1" showName="QNGameId" desc="jing you sdk game id" bWriteInManifest="1" bWriteInClient="0" /> |
| 6 | + <param name="QNAppKey" required="1" showName="QNAppKey" desc="jing you sdk client key" bWriteInManifest="1" bWriteInClient="0" /> | ||
| 7 | <param name="payJump" value="0" required="0" showName="payJump" desc="pay url need plugin" bWriteInManifest="1" bWriteInClient="0" /> | 7 | <param name="payJump" value="0" required="0" showName="payJump" desc="pay url need plugin" bWriteInManifest="1" bWriteInClient="0" /> |
| 8 | 8 | ||
| 9 | - <param name="permissStatement" value="false" required="0" showName="permissStatement" desc="seven cattle sdk permission statement" bWriteInManifest="1" bWriteInClient="0" /> | ||
| 10 | - <param name="ttReport" value="false" required="0" showName="ttReport" desc="toutiao ttReport" bWriteInManifest="1" bWriteInClient="0" /> | ||
| 11 | - <param name="ttAppid" value="123456" required="0" showName="ttAppid" desc="toutiao ttReport is open" bWriteInManifest="1" bWriteInClient="0" /> | 9 | + <param name="debugLog" value="" required="0" showName="title" desc="agreement name title" bWriteInManifest="1" bWriteInClient="0" /> |
| 12 | 10 | ||
| 13 | - <param name="ksReport" value="false" required="0" showName="ksReport" desc="kuai shou report is open" bWriteInManifest="1" bWriteInClient="0" /> | ||
| 14 | - <param name="ksAppid" value="123456" required="0" showName="ksAppid" desc="kuai shou app id" bWriteInManifest="1" bWriteInClient="0" /> | ||
| 15 | - <param name="ksAppName" value="123456" required="0" showName="ksAppName" desc="kuai shou app name" bWriteInManifest="1" bWriteInClient="0" /> | 11 | + <param name="permissStatement" value="false" required="0" showName="permissStatement" desc="jing you sdk permission statement" bWriteInManifest="1" bWriteInClient="0" /> |
| 16 | 12 | ||
| 17 | - <param name="base_url" value="https://api.7277.cn/" required="0" showName="base_url" desc="seven cattle sdk ui url" bWriteInManifest="1" bWriteInClient="0" /> | ||
| 18 | - <param name="html_url" value="https://cdn.7277.cn/sdkv2/sdk.html" required="0" showName="html_url" desc="seven cattle sdk ui url" bWriteInManifest="1" bWriteInClient="0" /> | ||
| 19 | - <param name="agreement_url" value="https://cdn.7277.cn/qnsdkyhxy2.html" required="0" showName="agreement_url" desc="seven cattle sdk ui url" bWriteInManifest="1" bWriteInClient="0" /> | ||
| 20 | - <param name="polices_url" value="https://cdn.7277.cn/qnsdkysxy2.html" required="0" showName="polices_url" desc="seven cattle sdk ui url" bWriteInManifest="1" bWriteInClient="0" /> | 13 | + <param name="ttAppid" value="" required="0" showName="ttAppid" desc="toutiao report appId" bWriteInManifest="1" bWriteInClient="0" /> |
| 21 | 14 | ||
| 15 | + <param name="ksAppid" value="" required="0" showName="ksAppid" desc="kuai shou report appId" bWriteInManifest="1" bWriteInClient="0" /> | ||
| 16 | + <param name="ksAppName" value="" required="0" showName="ksAppName" desc="kuai shou report appName" bWriteInManifest="1" bWriteInClient="0" /> | ||
| 17 | + | ||
| 18 | + <param name="ryAppKey" value="" required="0" showName="ryAppKey" desc="re yun AppKey" bWriteInManifest="1" bWriteInClient="0" /> | ||
| 19 | + | ||
| 20 | + <param name="base_url" value="" required="0" showName="base_url" desc="base api url" bWriteInManifest="1" bWriteInClient="0" /> | ||
| 21 | + <param name="html_url" value="" required="0" showName="html_url" desc="base html url" bWriteInManifest="1" bWriteInClient="0" /> | ||
| 22 | + | ||
| 23 | + | ||
| 24 | + <param name="user_agreement" value="" required="0" showName="user_agreement" desc="user agreement" bWriteInManifest="1" bWriteInClient="0" /> | ||
| 25 | + <param name="privacy_agreement" value="" required="0" showName="privacy_agreement" desc="privacy agreement" bWriteInManifest="1" bWriteInClient="0" /> | ||
| 26 | + | ||
| 27 | + <param name="company" value="" required="0" showName="company" desc="agreement company name" bWriteInManifest="1" bWriteInClient="0" /> | ||
| 28 | + <param name="title" value="" required="0" showName="title" desc="agreement name title" bWriteInManifest="1" bWriteInClient="0" /> | ||
| 22 | </params> | 29 | </params> |
| 23 | 30 | ||
| 24 | <operations> | 31 | <operations> |
| @@ -30,12 +37,12 @@ | @@ -30,12 +37,12 @@ | ||
| 30 | </operations> | 37 | </operations> |
| 31 | 38 | ||
| 32 | <plugins> | 39 | <plugins> |
| 33 | - <plugin name="com.stss.sdk.SevenCattleSTSSAggUser" type="1" desc="用户登录接口"/> | ||
| 34 | - <plugin name="com.stss.sdk.SevenCattleSTSSAggPay" type="2" desc="用户支付接口"/> | 40 | + <plugin name="com.stss.sdk.ZhenWanSDKUser" type="1" desc="用户登录接口"/> |
| 41 | + <plugin name="com.stss.sdk.ZhenWanSDKPay" type="2" desc="用户支付接口"/> | ||
| 35 | </plugins> | 42 | </plugins> |
| 36 | 43 | ||
| 37 | <version> | 44 | <version> |
| 38 | - <name>SevenCattle</name> | 45 | + <name>JingYouSDK</name> |
| 39 | <versionCode>1</versionCode> | 46 | <versionCode>1</versionCode> |
| 40 | <versionName>1.0.1</versionName> | 47 | <versionName>1.0.1</versionName> |
| 41 | </version> | 48 | </version> |
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
config/sdk/7277/libs/STSSSdk-1.0.0.jar
已删除
100644 → 0
不能预览此文件类型
config/sdk/7277/libs/ZhenWanSDK.jar
0 → 100644
不能预览此文件类型
不能预览此文件类型
config/sdk/7277/libs/humesdk-1.0.0.jar
已删除
100644 → 0
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
23.4 KB
1.3 KB
966 字节
2.1 KB
1.5 KB
2.4 KB
2.3 KB
2.3 KB
2.3 KB
19.4 KB
1.7 KB
2.7 KB
1.5 KB
1.5 KB
1.5 KB
2.2 KB
1.0 KB
3.7 KB
4.2 KB
5.7 KB
1.5 KB
633 字节
1.9 KB
1.9 KB
2.1 KB
2.1 KB
2.2 KB
2.3 KB
2.3 KB
2.0 KB
2.0 KB
config/sdk/7277/res/drawable/pingtai.png
已删除
100644 → 0
3.9 KB
71.8 KB
| 1 | -<?xml version="1.0" encoding="utf-8"?> | ||
| 2 | -<shape xmlns:android="http://schemas.android.com/apk/res/android" | ||
| 3 | - android:shape="rectangle"> | ||
| 4 | - <!-- 填充的颜色 --> | ||
| 5 | - <solid android:color="#000000" /> | ||
| 6 | - <!-- 设置按钮的四个角为弧形 --> | ||
| 7 | - <!-- android:radius 弧形的半径 --> | ||
| 8 | - <corners android:radius="30dip" /> | ||
| 9 | - <!--边框的宽度及颜色--> | ||
| 10 | - <stroke android:width="2px" android:color="@color/qn_login_btn_color" /> | ||
| 11 | -</shape> |
| 1 | -<?xml version="1.0" encoding="utf-8"?> | ||
| 2 | -<shape xmlns:android="http://schemas.android.com/apk/res/android" | ||
| 3 | - android:shape="rectangle"> | ||
| 4 | - <!-- 填充的颜色 --> | ||
| 5 | - <solid android:color="@color/qn_gray" /> | ||
| 6 | - <!-- 设置按钮的四个角为弧形 --> | ||
| 7 | - <!-- android:radius 弧形的半径 --> | ||
| 8 | - <corners android:radius="30dip" /> | ||
| 9 | - <!--边框的宽度及颜色--> | ||
| 10 | - <stroke android:width="2px" android:color="@color/qn_login_btn_color" /> | ||
| 11 | -</shape> |
236 字节
| 1 | -<?xml version="1.0" encoding="utf-8"?> | ||
| 2 | -<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
| 3 | - <item android:drawable="@drawable/umcsdk_sms_normal" android:state_pressed="false" android:state_enabled="true"/> | ||
| 4 | - <item android:drawable="@drawable/umcsdk_sms_press" android:state_pressed="true" android:state_enabled="true"/> | ||
| 5 | - <item android:drawable="@drawable/umcsdk_sms_unable" android:state_enabled="false"/> | ||
| 6 | -</selector> |
| 1 | -<?xml version="1.0" encoding="utf-8"?> | ||
| 2 | -<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
| 3 | - <item android:drawable="@drawable/umcsdk_login_btn_normal" android:state_pressed="false" android:state_enabled="true"/> | ||
| 4 | - <item android:drawable="@drawable/umcsdk_login_btn_press" android:state_pressed="true" android:state_enabled="true"/> | ||
| 5 | - <item android:drawable="@drawable/umcsdk_login_btn_unable" android:state_enabled="false"/> | ||
| 6 | -</selector> |
| @@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
| 3 | <!-- 边框颜色值 --> | 3 | <!-- 边框颜色值 --> |
| 4 | <item> | 4 | <item> |
| 5 | <shape> | 5 | <shape> |
| 6 | - <solid android:color="@color/switch_blue"/> | 6 | + <solid android:color="@color/color_3370ff"/> |
| 7 | <corners android:radius="10dp" /> | 7 | <corners android:radius="10dp" /> |
| 8 | </shape> | 8 | </shape> |
| 9 | 9 | ||
| @@ -11,7 +11,7 @@ | @@ -11,7 +11,7 @@ | ||
| 11 | <!-- 主体背景颜色值 --> | 11 | <!-- 主体背景颜色值 --> |
| 12 | <item android:left="1dp" android:top="-1dp" android:right="1dp" android:bottom="1dp"> | 12 | <item android:left="1dp" android:top="-1dp" android:right="1dp" android:bottom="1dp"> |
| 13 | <shape> | 13 | <shape> |
| 14 | - <solid android:color="@color/white"/> | 14 | + <solid android:color="@color/color_ffffff"/> |
| 15 | <corners android:radius="10dp" /> | 15 | <corners android:radius="10dp" /> |
| 16 | </shape> | 16 | </shape> |
| 17 | </item> | 17 | </item> |
| 1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <shape xmlns:android="http://schemas.android.com/apk/res/android"> | 2 | <shape xmlns:android="http://schemas.android.com/apk/res/android"> |
| 3 | - <solid android:color="@color/qn_black" /> | 3 | + <solid android:color="@color/color_1f2022" /> |
| 4 | <corners | 4 | <corners |
| 5 | android:topLeftRadius="25dp" | 5 | android:topLeftRadius="25dp" |
| 6 | android:topRightRadius="25dp" | 6 | android:topRightRadius="25dp" |
| 7 | android:bottomRightRadius="25dp" | 7 | android:bottomRightRadius="25dp" |
| 8 | android:bottomLeftRadius="25dp"/> | 8 | android:bottomLeftRadius="25dp"/> |
| 9 | - <stroke android:width="1dp" android:color="@color/qn_french_gray" /> | 9 | + <stroke android:width="1dp" android:color="@color/color_c0bcc1" /> |
| 10 | </shape> | 10 | </shape> |
| 1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <shape xmlns:android="http://schemas.android.com/apk/res/android" | 2 | <shape xmlns:android="http://schemas.android.com/apk/res/android" |
| 3 | android:shape="rectangle"> | 3 | android:shape="rectangle"> |
| 4 | - <solid android:color="@color/qn_gray" /> | 4 | + <solid android:color="@color/color_918f92" /> |
| 5 | <corners android:radius="30dip" /> | 5 | <corners android:radius="30dip" /> |
| 6 | </shape> | 6 | </shape> |
| @@ -2,5 +2,5 @@ | @@ -2,5 +2,5 @@ | ||
| 2 | <shape xmlns:android="http://schemas.android.com/apk/res/android"> | 2 | <shape xmlns:android="http://schemas.android.com/apk/res/android"> |
| 3 | <solid android:color="#ffffff" /> | 3 | <solid android:color="#ffffff" /> |
| 4 | <corners android:radius="25dp" /> | 4 | <corners android:radius="25dp" /> |
| 5 | - <stroke android:color="@color/black" /> | 5 | + <stroke android:color="@color/color_1f2022" /> |
| 6 | </shape> | 6 | </shape> |
| @@ -3,5 +3,5 @@ | @@ -3,5 +3,5 @@ | ||
| 3 | android:shape="rectangle"> | 3 | android:shape="rectangle"> |
| 4 | <solid android:color="#000000" /> | 4 | <solid android:color="#000000" /> |
| 5 | <corners android:radius="30dip" /> | 5 | <corners android:radius="30dip" /> |
| 6 | - <stroke android:width="2px" android:color="@color/qn_login_btn_color" /> | 6 | + <stroke android:width="2px" android:color="@color/color_e7d2ac" /> |
| 7 | </shape> | 7 | </shape> |
| @@ -2,5 +2,5 @@ | @@ -2,5 +2,5 @@ | ||
| 2 | <shape xmlns:android="http://schemas.android.com/apk/res/android"> | 2 | <shape xmlns:android="http://schemas.android.com/apk/res/android"> |
| 3 | <solid android:color="#ffffff" /> | 3 | <solid android:color="#ffffff" /> |
| 4 | <corners android:radius="15dp" /> | 4 | <corners android:radius="15dp" /> |
| 5 | - <stroke android:color="@color/black" /> | 5 | + <stroke android:color="@color/color_1f2022" /> |
| 6 | </shape> | 6 | </shape> |
-
请 注册 或 登录 后发表评论