From 27bbd0435881e408f267c99e6a253d2e17873bcc Mon Sep 17 00:00:00 2001
From: tj <1378534974@qq.com>
Date: 星期五, 11 四月 2025 17:44:11 +0800
Subject: [PATCH] 1.2

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

diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index cae52af..86c6796 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -140,10 +140,21 @@
             android:theme="@style/Theme.ContentDetail" />
         <activity
             android:name=".ui.profile.EditProfileActivity"
-            android:exported="false" />
+            android:exported="false"/>
         <activity
             android:name=".ui.invitation.InvitationActivity"
-            android:exported="false" />
+            android:exported="false"/>
+
+        <activity
+            android:name=".activity.ReminderListActivity"
+            android:exported="false"
+            android:label="提醒列表" />
+
+        <activity
+            android:name=".activity.ReminderSettingsActivity"
+            android:exported="false"
+            android:label="设置提醒" />
+
     </application>
 
 </manifest>
\ No newline at end of file

--
Gitblit v1.9.3