From c92e5511f6f5b46f225e5254222ff64cee7b5d1e Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期三, 11 十二月 2024 11:46:21 +0800 Subject: [PATCH] 2024年12月11日11:46:19 --- app/src/main/AndroidManifest.xml | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 7e10cf9..bf9e54c 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -76,9 +76,7 @@ android:roundIcon="@drawable/desktop_logo" android:supportsRtl="true" android:theme="@style/Theme.PhotovoltaicDebug"> - <activity - android:name=".ui.account.AreaCodeActivity" - android:exported="false" /> + <activity android:name=".ui.me.QrCodeMainActivity" android:exported="false" /> -- Gitblit v1.8.0