From 7d4c1450ae47f7bac496e58b3f0951616e9ee1b8 Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期一, 09 十二月 2024 15:07:36 +0800 Subject: [PATCH] 2024年12月09日15:07:34 --- app/src/main/AndroidManifest.xml | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index e5e8931..7e10cf9 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -77,6 +77,9 @@ 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" /> <activity @@ -174,8 +177,7 @@ <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity> <!-- 娉ㄥ唽鏈嶅姟 --> - <service android:name=".internet.HttpServer.MyNanoHttpService" /> - <!-- 鍔犲畠uniapp鎵嶈兘鍞よ捣鐩告満 --> + <service android:name=".internet.HttpServer.MyNanoHttpService" /> <!-- 鍔犲畠uniapp鎵嶈兘鍞よ捣鐩告満 --> <provider android:name="io.dcloud.common.util.DCloud_FileProvider" android:authorities="com.hdl.photovoltaic.dc.fileprovider" -- Gitblit v1.8.0