You've already forked taptap2024_GJ_chidouren
优化隐私策略
This commit is contained in:
@@ -9,10 +9,10 @@
|
||||
<!-- tools:replace="android:networkSecurityConfig"-->
|
||||
<meta-data
|
||||
android:name="USER_AGREEMENT"
|
||||
android:value="https://foldcc.cn/service.htm" />
|
||||
android:value="https://foldcc.cn/service-b.html" />
|
||||
<meta-data
|
||||
android:name="PRIVACY_AGREEMENT"
|
||||
android:value="https://foldcc.cn/privacy.htm" />
|
||||
android:value="https://foldcc.cn/privacy-b.html" />
|
||||
<meta-data
|
||||
android:name="START_ACTIVITY"
|
||||
android:value="com.unity3d.player.UnityPlayerActivity" />
|
||||
|
||||
@@ -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.cs.taptapGj.openadsdk.permission.TT_PANGOLIN" android:protectionLevel="signature"/>
|
||||
<uses-permission android:name="com.cs.taptapGj.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"
|
||||
|
||||
@@ -141,7 +141,7 @@ PlayerSettings:
|
||||
vulkanEnableLateAcquireNextImage: 0
|
||||
vulkanEnableCommandBufferRecycling: 1
|
||||
loadStoreDebugModeEnabled: 0
|
||||
bundleVersion: 1.3.0
|
||||
bundleVersion: 1.5.1
|
||||
preloadedAssets: []
|
||||
metroInputSource: 0
|
||||
wsaTransparentSwapchain: 0
|
||||
@@ -163,7 +163,7 @@ PlayerSettings:
|
||||
androidSupportedAspectRatio: 1
|
||||
androidMaxAspectRatio: 2.1
|
||||
applicationIdentifier:
|
||||
Android: com.cs.taptapGj
|
||||
Android: com.foldcc.fuguang
|
||||
buildNumber:
|
||||
Standalone: 0
|
||||
VisionOS: 0
|
||||
|
||||
Reference in New Issue
Block a user