其他优化

This commit is contained in:
2024-10-28 17:19:45 +08:00
parent b02ee047de
commit 618c94c5a6
30 changed files with 7 additions and 7 deletions

View File

@@ -20,8 +20,8 @@
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES"/>
<uses-permission android:name="android.permission.READ_MEDIA_VIDEO"/>
<!--必要权限,解决安全风险漏洞,发送和注册广播事件需要调用带有传递权限的接口-->
<permission android:name="com.foldcc.fuguang.openadsdk.permission.TT_PANGOLIN" android:protectionLevel="signature"/>
<uses-permission android:name="com.foldcc.fuguang.openadsdk.permission.TT_PANGOLIN"/>
<!-- <permission android:name="com.foldcc.fuguang.openadsdk.permission.TT_PANGOLIN" android:protectionLevel="signature"/>-->
<!-- <uses-permission android:name="com.foldcc.fuguang.openadsdk.permission.TT_PANGOLIN"/>-->
<application>
<activity android:name="com.unity3d.player.UnityPlayerActivity"