From b8aa11a7b447fb8048115bdd156c2aa9e3b16a07 Mon Sep 17 00:00:00 2001
From: tj <1378534974@qq.com>
Date: 星期二, 15 四月 2025 16:40:08 +0800
Subject: [PATCH] 1.3

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

diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 86c6796..17c8460 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -86,6 +86,9 @@
         android:usesCleartextTraffic="true"
         tools:targetApi="31">
         <activity
+            android:name=".activity.AboutCompanyActivity"
+            android:exported="false" />
+        <activity
             android:name=".activity.SettingActivity"
             android:configChanges="orientation|keyboardHidden|screenSize"
             android:exported="false"
@@ -140,21 +143,18 @@
             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