From c3542b10ea66a1c3fad44fe8e0efd357d7d3857e Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期三, 19 十一月 2025 19:32:41 +0800
Subject: [PATCH] 2025年11月19日19:32:39

---
 app/src/main/AndroidManifest.xml |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index aaecda6..f31814f 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -69,10 +69,13 @@
         android:supportsRtl="true"
         android:theme="@style/Theme.PhotovoltaicDebug">
         <activity
-            android:name=".ui.message.MessageActivity"
+            android:name=".ui.me.NotificationSettingsActivity"
             android:exported="false" />
         <activity
-            android:name=".ui.message.PowerStationMessageSearchActivity"
+            android:name=".ui.message.SearchMessageHouseActivity"
+            android:exported="false" />
+        <activity
+            android:name=".ui.message.MessageActivity"
             android:exported="false" />
         <activity
             android:name=".ui.me.HelpWebActivity"

--
Gitblit v1.8.0