From 3013b813e5df6977c0be921928f73b1a3adde290 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期三, 02 七月 2025 15:52:04 +0800
Subject: [PATCH] ### 一、巡查模块相关

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

diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 574f03d..0d98e44 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -163,11 +163,11 @@
             android:screenOrientation="portrait"
             android:theme="@style/AppTheme.NoActionBar" />
         <activity
-            android:name="cn.flightfeather.thirdappmodule.dataanalysis.AnalysisTabActivity"
+            android:name="cn.flightfeather.thirdappmodule.module.dataanalysis.AnalysisTabActivity"
             android:screenOrientation="portrait"
             android:theme="@style/AppTheme.NoActionBar" />
         <activity
-            android:name="cn.flightfeather.thirdappmodule.dataanalysis.rank.AnalysisRankActivity"
+            android:name="cn.flightfeather.thirdappmodule.module.dataanalysis.rank.AnalysisRankActivity"
             android:screenOrientation="portrait"
             android:theme="@style/AppTheme.NoActionBar" />
         <activity
@@ -236,8 +236,16 @@
             android:theme="@style/AppTheme.NoActionBar" />
         <activity android:name="cn.flightfeather.thirdappmodule.module.inspection.ShareProblemPreViewActivity"
             android:theme="@style/AppTheme.NoActionBar" />
+        <activity android:name="cn.flightfeather.thirdappmodule.module.inspection.PicEvidenceActivity"
+            android:theme="@style/AppTheme.NoActionBar" />
         <activity android:name="cn.flightfeather.thirdappmodule.module.common.CameraActivity"
             android:theme="@style/AppFullScreenTheme" />
+        <activity android:name="cn.flightfeather.thirdappmodule.module.common.SearchActivity"
+            android:theme="@style/AppTheme.NoActionBar" />
+        <activity android:name="cn.flightfeather.thirdappmodule.module.common.PhotoViewerActivity2"
+            android:theme="@style/AppTheme" />
+        <activity android:name="cn.flightfeather.thirdappmodule.activity.TestActivity"
+            android:theme="@style/AppTheme.NoActionBar" />
     </application>
 
 </manifest>
\ No newline at end of file

--
Gitblit v1.9.3