From 39c5994e06af0375ac735c27f84e9f9e679d1057 Mon Sep 17 00:00:00 2001 From: someone5678 Date: Sun, 17 Dec 2023 15:43:36 +0900 Subject: [PATCH] Settings: Replace android:name for SettingsGoogle Change-Id: I8562406da48b4f6ecec1945e17a54b7d8e1f7479 Signed-off-by: Pranav Vashi --- AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index b3058603fc8..ed9fc7f5ba0 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -166,7 +166,7 @@ android:defaultToDeviceProtectedStorage="true" android:directBootAware="true" android:appComponentFactory="androidx.core.app.CoreComponentFactory" - tools:replace="android:appComponentFactory" + tools:replace="android:appComponentFactory,android:name" android:gwpAsanMode="always" android:enableOnBackInvokedCallback="true">