From e9aa93f381afcf9f9cf0c39f2b9e32375ed49528 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 30 十月 2025 17:39:43 +0800
Subject: [PATCH] 2025.10.30 1. 新增巡查场景历史详情相关数据逻辑(待完成);
---
app/src/main/AndroidManifest.xml | 61 +++++++++++++++---------------
1 files changed, 31 insertions(+), 30 deletions(-)
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index f4dd856..792cef5 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -48,9 +48,7 @@
tools:ignore="GoogleAppIndexingWarning, LockedOrientationActivity"
tools:targetApi="n">
<!-- 璋冭瘯鐗堥珮寰峰湴鍥綤ey锛屾牴鎹紑鍙戠數鑴戜笉鍚屽彲鑳芥湁鎵�鏀瑰彉 -->
- <meta-data
- android:name="com.amap.api.v2.apikey"
- android:value="bf77391d8502be39f44c93b1f233ca91" /> <!-- android:value="5639b2f9853e650f74b874b5f98fc4ba" /> -->
+ <!-- android:value="5639b2f9853e650f74b874b5f98fc4ba" /> -->
<!-- android:value="0d875b71afa9e207e64cc6a0ee9fbda8" /> -->
<!-- android:value="5639b2f9853e650f74b874b5f98fc4ba" linli -->
<!-- android:value="0d875b71afa9e207e64cc6a0ee9fbda8" 鏈嶅姟绔� -->
@@ -72,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"> <!– 涓轰繚璇乺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>-->
<activity
@@ -100,18 +98,6 @@
android:name="cn.flightfeather.thirdappmodule.activity.NewMonthTaskActivity"
android:screenOrientation="portrait"
android:theme="@style/AppTheme.NoActionBar" />
- <activity
- android:name="cn.flightfeather.thirdappmodule.activity.SplashActivity"
- android:configChanges="keyboardHidden|orientation|screenSize"
- android:theme="@style/splashTheme">
- <intent-filter>
- <action android:name="android.intent.action.MAIN" />
-
- <category android:name="android.intent.category.LAUNCHER" />
- </intent-filter>
- </activity> <!-- <activity -->
- <!-- android:name=".activity.MonitorObjectVersionMap" -->
- <!-- android:theme="@style/AppTheme.NoActionBar" /> -->
<activity
android:name="cn.flightfeather.thirdappmodule.activity.PhotoViewerActivity"
android:screenOrientation="portrait"
@@ -177,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
@@ -217,6 +203,9 @@
android:name="cn.flightfeather.thirdappmodule.module.common.OfficeFileManageActivity"
android:theme="@style/AppTheme.NoActionBar" />
<activity
+ android:name=".module.common.MapLocationActivity"
+ android:theme="@style/AppTheme.NoActionBar" />
+ <activity
android:name="cn.flightfeather.thirdappmodule.module.inspection.MenuGradeActivity"
android:screenOrientation="portrait"
android:theme="@style/AppTheme"/>
@@ -243,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