From a289e59fdbbd3678c9904b99b5712410b2698414 Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期三, 29 十一月 2023 14:22:45 +0800 Subject: [PATCH] 2023年11月29日14:22:37 --- app/src/main/AndroidManifest.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 24afd60..3b5a519 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -71,7 +71,13 @@ android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/Theme.PhotovoltaicDebug"> + <activity + android:name=".ui.me.PersonalDataActivity" + android:exported="false" + /> + <service android:name=".widget.apkwgtupload.ApkDownLoadService" /> + <activity android:name=".ui.me.WebActivity" android:exported="false" /> -- Gitblit v1.8.0