diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml index 61ef2c7e5095..cfe2c7c4dfdb 100644 --- a/android/app/src/debug/AndroidManifest.xml +++ b/android/app/src/debug/AndroidManifest.xml @@ -8,10 +8,10 @@ tools:ignore="ScopedStorage" /> + tools:ignore="DataExtractionRules,GoogleAppIndexingWarning"/> diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index f6f60cdd1fab..f69801a46dac 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -26,7 +26,7 @@ android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher" - android:theme="@style/AppTheme" + android:theme="@style/Theme.App.Starting" tools:ignore="GoogleAppIndexingWarning">