From 5a0fff8095cd5356f57c181b7e7b820e0f7efacf Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 20 一月 2022 16:00:14 +0800
Subject: [PATCH] 将项目拆分为两个子项目,监管和督察
---
app/src/main/AndroidManifest.xml | 19 ++++---------------
1 files changed, 4 insertions(+), 15 deletions(-)
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index f4dd856..574f03d 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" 鏈嶅姟绔� -->
@@ -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"
@@ -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"/>
--
Gitblit v1.9.3