From df3af70b33eb6372b56075bc9e45c23ccf3f82c6 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期二, 28 十月 2025 17:40:38 +0800
Subject: [PATCH] 2025.10.28 1. 新增巡查场景历史详情界面出版(完成); 2. 巡查任务日历界面,任务条目中新增风险提示、巡查要点、应急巡查3种提示信息的提示图标逻辑(待完成);

---
 app/src/main/AndroidManifest.xml |   42 +++++++++++++++++++++++++++---------------
 1 files changed, 27 insertions(+), 15 deletions(-)

diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 574f03d..792cef5 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -70,19 +70,19 @@
             </intent-filter>
         </receiver>
 
-        <receiver
-            android:name="cn.flightfeather.thirdappmodule.util.push.MyMessageReceiver"
-            android:exported="false"> <!-- 涓轰繚璇乺eceiver瀹夊叏锛屽缓璁缃笉鍙鍑猴紝濡傞渶瀵瑰叾浠栧簲鐢ㄥ紑鏀惧彲閫氳繃android锛歱ermission杩涜闄愬埗 -->
-            <intent-filter>
-                <action android:name="com.alibaba.push2.action.NOTIFICATION_OPENED" />
-            </intent-filter>
-            <intent-filter>
-                <action android:name="com.alibaba.push2.action.NOTIFICATION_REMOVED" />
-            </intent-filter>
-            <intent-filter>
-                <action android:name="com.alibaba.sdk.android.push.RECEIVE" />
-            </intent-filter>
-        </receiver>
+<!--        <receiver-->
+<!--            android:name="cn.flightfeather.thirdappmodule.util.push.MyMessageReceiver"-->
+<!--            android:exported="false"> &lt;!&ndash; 涓轰繚璇乺eceiver瀹夊叏锛屽缓璁缃笉鍙鍑猴紝濡傞渶瀵瑰叾浠栧簲鐢ㄥ紑鏀惧彲閫氳繃android锛歱ermission杩涜闄愬埗 &ndash;&gt;-->
+<!--            <intent-filter>-->
+<!--                <action android:name="com.alibaba.push2.action.NOTIFICATION_OPENED" />-->
+<!--            </intent-filter>-->
+<!--            <intent-filter>-->
+<!--                <action android:name="com.alibaba.push2.action.NOTIFICATION_REMOVED" />-->
+<!--            </intent-filter>-->
+<!--            <intent-filter>-->
+<!--                <action android:name="com.alibaba.sdk.android.push.RECEIVE" />-->
+<!--            </intent-filter>-->
+<!--        </receiver>-->
         
 
         <activity
@@ -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
@@ -232,12 +232,24 @@
             android:theme="@style/TransparentTheme" />
         <activity android:name="cn.flightfeather.thirdappmodule.module.inspection.MenuSceneAccountActivity"
             android:theme="@style/TransparentTheme" />
+        <activity android:name="cn.flightfeather.thirdappmodule.module.inspection.MenuSceneHistoryActivity"
+            android:theme="@style/TransparentTheme" />
+        <activity android:name="cn.flightfeather.thirdappmodule.module.inspection.MenuSceneInfoActivity"
+            android:theme="@style/TransparentTheme" />
         <activity android:name="cn.flightfeather.thirdappmodule.module.inspection.ShareProblemActivity"
             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