From cb99bd7dad1b305a434c5c6c99ca65e782eb0f34 Mon Sep 17 00:00:00 2001 From: cloudroam <cloudroam> Date: 星期五, 11 四月 2025 17:32:12 +0800 Subject: [PATCH] add: 消息提醒 --- 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