From c694833e1ef8a83d8214448045b50882286183d1 Mon Sep 17 00:00:00 2001 From: Shen Guo Date: Mon, 27 Jan 2025 12:06:30 -0800 Subject: [PATCH] Removing privacy sandbox property to resolve namespace conflict issue Summary: The sandbox property causes [error](https://github.com/facebook/facebook-android-sdk/issues/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 --- facebook-core/src/main/AndroidManifest.xml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/facebook-core/src/main/AndroidManifest.xml b/facebook-core/src/main/AndroidManifest.xml index ba27939e20..d7525911d6 100644 --- a/facebook-core/src/main/AndroidManifest.xml +++ b/facebook-core/src/main/AndroidManifest.xml @@ -38,19 +38,7 @@ - - - - - - - - - -