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 | 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