From d59d55575d913646b7a90fca651904ab889c6723 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 18 二月 2022 16:30:53 +0800
Subject: [PATCH] ### 一、任务模块相关

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

diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 574f03d..11b717c 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
@@ -238,6 +238,8 @@
             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" />
     </application>
 
 </manifest>
\ No newline at end of file

--
Gitblit v1.9.3