From 879ec1ae04b37eb7bf9357903d10acc860d84d5b Mon Sep 17 00:00:00 2001
From: zhujie <leon.zhu@cloudroam.com.cn>
Date: 星期二, 15 四月 2025 03:02:18 +0800
Subject: [PATCH] 1

---
 app/src/main/AndroidManifest.xml |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 2cf9cda..86c6796 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -145,6 +145,16 @@
             android:name=".ui.invitation.InvitationActivity"
             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