From bfa3d27c140487fe0627be64b47e439378d50502 Mon Sep 17 00:00:00 2001 From: Syer10 Date: Tue, 23 Aug 2022 14:16:20 -0400 Subject: [PATCH] Minor cleanup --- android/src/main/AndroidManifest.xml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index 62112aff..2daadb59 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -9,16 +9,17 @@ - + android:name=".App" + android:hardwareAccelerated="true" + android:allowBackup="false" + android:label="@string/app_name" + android:icon="@mipmap/ic_launcher" + android:roundIcon="@mipmap/ic_launcher_round" + android:supportsRtl="true" + android:theme="@style/Theme.AppCompat.DayNight.NoActionBar" + android:networkSecurityConfig="@xml/network_security_config"> + +