From be5829165f7cd49216971d22e39b8eae16fad915 Mon Sep 17 00:00:00 2001 From: tj <1378534974@qq.com> Date: 星期二, 25 三月 2025 14:06:19 +0800 Subject: [PATCH] 1.阿里支付 --- app/src/main/AndroidManifest.xml | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index f471d9e..0446048 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -111,7 +111,9 @@ android:name=".activity.ContentDetailActivity" android:theme="@style/Theme.ContentDetail" android:exported="false" /> - + <activity + android:name=".ui.profile.EditProfileActivity" + android:exported="false"/> </application> </manifest> \ No newline at end of file -- Gitblit v1.9.3