From 556bd8540bf3b376e1ae86a6f2092c7daee0ed6c Mon Sep 17 00:00:00 2001 From: Matthew Date: Thu, 1 Aug 2024 12:50:19 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E5=90=88pc=E5=B7=A5=E5=85=B7=E7=9A=84?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/AndroidManifest.xml | 8 ++++++-- app/src/main/java/com/xypower/mpapp/BridgeActivity.java | 4 +++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 11a62432..dc25f814 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -86,12 +86,16 @@ + android:exported="true" + > + android:launchMode="singleInstance" + android:screenOrientation="landscape" + android:process=":bridge_proc" /> +