YYC松鼠短视频v1.9版本bug记录,便于下次更新
1,VIP用户初次进入依然不直接提示vip,而是需要刷新一下个人中心或者关闭APP重新进入后生效。
2,可以选择性加入腾讯X5内核SDK提升性能、
|
|
|
|
|
|
|
发表于 2020-3-1 11:59:54
举报
回复
|
|
感谢我们的客户飘雨为我们提供的内容:
- <!-- 检索正在运行的应用 -->
- <uses-permission android:name="android.permission.GET_TASKS" />
- <meta-data
- android:name="QBSDKAppKey"
- android:value="vmV2y4T7vvkwtQBS1nKXWMPj" />
- <activity
- android:label="浏览器"
- android:name="com.androlua.LuaWebView"
- android:process=":h5"
- android:screenOrientation="1"
- android:configChanges="0x000004A0" />
- <activity
- android:label="浏览器"
- android:name="com.androlua.MyWebView"
- android:process=":h5"
- android:screenOrientation="1"
- android:configChanges="0x000004A0" />
- <activity
- android:name="com.tencent.smtt.sdk.VideoActivity"
- android:exported="false"
- android:launchMode="2"
- android:configChanges="0x000004A0"
- android:alwaysRetainTaskState="true">
- <intent-filter>
- <action
- android:name="com.tencent.smtt.tbs.video.PLAY" />
- <category
- android:name="android.intent.category.DEFAULT" />
- </intent-filter>
- </activity>
- <service
- android:name="com.tencent.mtt.browser.video.service.H5VideoService"
- android:exported="true"
- android:process=":VideoService">
- <intent-filter>
- <action
- android:name="com.tencent.smtt.export.wonderplayer.ACTION_DEFAULT" />
- <data android:scheme="x5sdkvideo" />
- </intent-filter>
- <intent-filter>
- <action
- android:name="com.tencent.mtt.video.ACTION_REGIST_SDK_CLIENT" />
- <data android:scheme="x5sdkvideo" />
- </intent-filter>
- <intent-filter>
- <action
- android:name="com.tencent.smtt.export.wonderplayer.ACTION_DEFAULT" />
- </intent-filter>
- </service>
- <meta-data
复制代码
可以参考 https://x5.tencent.com/
调试页面: http://debugx5.qq.com
liblbs.so
(15.09 KB, 下载次数: 0, 售价: 50 颗小草)
|
|
|
发表于 2020-2-28 11:17:03
举报
回复
|
|
|
|
发表于 2020-2-27 19:38:54
举报
回复
|
|