From 55d1258baf1f7a2bcbff350730aa0a5136089fa7 Mon Sep 17 00:00:00 2001 From: HaeTi Date: Mon, 11 Dec 2023 00:02:18 +0900 Subject: [PATCH] =?UTF-8?q?#158=20/=20mainfest=EC=97=90=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/AndroidManifest.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index b90abe2..637a495 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -14,17 +14,17 @@ android:dataExtractionRules="@xml/data_extraction_rules" android:fullBackupContent="@xml/backup_rules" android:icon="@mipmap/ic_sparkle" - android:theme="@style/Theme.UNIAOS" android:label="@string/app_name" android:roundIcon="@mipmap/ic_sparkle_round" android:supportsRtl="true" + android:theme="@style/Theme.UNIAOS" android:usesCleartextTraffic="true" tools:targetApi="31"> + android:screenOrientation="portrait" + android:theme="@style/Theme.App.Starting"> @@ -155,6 +155,11 @@ android:exported="false" android:screenOrientation="portrait" /> + +