Skip to content

Commit c694833

Browse files
Shen Guofacebook-github-bot
authored andcommitted
Removing privacy sandbox property to resolve namespace conflict issue
Summary: The sandbox property causes [error](#1292) in advertisers app. Based on initial investigation, the issue is caused by Google and Meta both declare the same property in their own namespaces. This diff removes Meta's setting to provide a quick fix to the issue. Long term solutions need to be discussed with Google. Reviewed By: maxalbrightmeta Differential Revision: D68725513 fbshipit-source-id: 407a91feeaf1eeb7e8b7443e82ea0c5c169e19b6
1 parent 55c32b7 commit c694833

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

facebook-core/src/main/AndroidManifest.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,7 @@
3838
<action android:name="com.facebook.sdk.ACTION_CURRENT_AUTHENTICATION_TOKEN_CHANGED" />
3939
</intent-filter>
4040
</receiver>
41-
42-
<!-- Support for Google Privacy Sandbox adservices API -->
43-
<property
44-
android:name="android.adservices.AD_SERVICES_CONFIG"
45-
android:resource="@xml/ad_services_config" />
46-
<uses-library android:name="android.ext.adservices" android:required="false" />
4741
</application>
4842

4943
<uses-permission android:name="com.google.android.gms.permission.AD_ID"/>
50-
51-
<!-- Support for Google Privacy Sandbox adservices API -->
52-
<uses-permission android:name="android.permission.ACCESS_ADSERVICES_ATTRIBUTION" />
53-
<uses-permission android:name="android.permission.ACCESS_ADSERVICES_AD_ID" />
54-
<uses-permission android:name="android.permission.ACCESS_ADSERVICES_CUSTOM_AUDIENCE" />
55-
5644
</manifest>

0 commit comments

Comments
 (0)