2025-05-28 10:07:57 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
package="com.tairui.gov_affairs_cloud">
|
|
|
|
|
|
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
|
|
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
|
|
<uses-permission android:name="android.permission.CAMERA" />
|
|
|
|
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
|
|
|
|
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" />
|
|
|
|
|
|
|
|
<!-- 用于进行网络定位 -->
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
|
|
|
|
<!-- 用于访问GPS定位 -->
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
|
|
|
|
<!-- 用于提高GPS定位速度 -->
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS" />
|
|
|
|
|
|
|
|
<uses-feature android:name="android.hardware.camera" />
|
|
|
|
<uses-feature android:name="android.hardware.camera.autofocus" />
|
|
|
|
|
|
|
|
<permission
|
|
|
|
android:name="com.tairui.gov_affairs_cloud.BROADCAST_PERMISSION"
|
|
|
|
android:protectionLevel="signature" />
|
|
|
|
<uses-permission android:name="cn.kpinfo.cash.BROADCAST_PERMISSION" />
|
|
|
|
|
|
|
|
<application
|
|
|
|
android:name=".GacApplication"
|
|
|
|
android:allowBackup="true"
|
|
|
|
android:icon="@mipmap/ic_launcher"
|
|
|
|
android:label="@string/app_name"
|
|
|
|
android:networkSecurityConfig="@xml/network_security_config"
|
|
|
|
android:requestLegacyExternalStorage="true"
|
|
|
|
android:supportsRtl="true"
|
|
|
|
android:theme="@style/AppTheme">
|
|
|
|
|
|
|
|
<meta-data
|
|
|
|
android:name="com.amap.api.v2.apikey"
|
|
|
|
android:value="00f92d7165435f6962cbfb948fa99217" />
|
|
|
|
|
|
|
|
<meta-data
|
|
|
|
android:name="ScopedStorage"
|
|
|
|
android:value="true" />
|
|
|
|
|
|
|
|
<activity
|
|
|
|
android:name=".ui.SplashActivity"
|
|
|
|
android:alwaysRetainTaskState="true"
|
|
|
|
android:clearTaskOnLaunch="false"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="true"
|
|
|
|
android:screenOrientation="portrait">
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<category android:name="android.intent.category.LAUNCHER" />
|
|
|
|
</intent-filter>
|
|
|
|
</activity>
|
|
|
|
|
|
|
|
|
|
|
|
<activity
|
|
|
|
android:name=".ui.login.LoginActivity"
|
|
|
|
android:alwaysRetainTaskState="true"
|
|
|
|
android:clearTaskOnLaunch="false"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
|
|
|
|
<activity
|
|
|
|
android:name=".ui.MainActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="true"
|
|
|
|
android:launchMode="singleTask"
|
|
|
|
android:screenOrientation="portrait">
|
|
|
|
<!-- <intent-filter>-->
|
|
|
|
<!-- <action android:name="android.intent.action.MAIN" />-->
|
|
|
|
|
|
|
|
<!-- <category android:name="android.intent.category.LAUNCHER" />-->
|
|
|
|
<!-- <category android:name="android.intent.category.DEFAULT" />-->
|
|
|
|
<!-- </intent-filter>-->
|
|
|
|
</activity>
|
|
|
|
|
|
|
|
<activity
|
|
|
|
android:name=".ui.land.LandActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
|
|
|
|
<activity
|
|
|
|
android:name=".ui.land.LandResouceInfoActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
|
|
|
|
<activity
|
|
|
|
android:name=".ui.land.LandSearchActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
|
|
|
|
<activity
|
|
|
|
android:name=".ui.land.AddLandActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
|
|
|
|
<activity
|
|
|
|
android:name=".ui.land.AddLandProductActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
|
|
|
|
<activity
|
|
|
|
android:name=".ui.land.SelectLandAreaActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
|
|
|
android:name=".ui.land.LandInfoDetailActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
|
|
|
android:name=".ui.land.EditLandBaseInfoActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
|
|
|
android:name=".ui.land.EditLandProductActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
2025-05-30 17:18:21 +08:00
|
|
|
android:name=".ui.land.GridInfoActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
|
|
|
android:name=".ui.land.PlantPlanActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
|
|
|
android:name=".ui.land.PlantPlanListActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
|
|
|
android:name=".ui.land.PlantPlanDetailActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
|
|
|
android:name=".ui.land.AddPlantPlanActivity"
|
2025-05-28 10:07:57 +08:00
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
2025-06-03 17:30:49 +08:00
|
|
|
<activity
|
|
|
|
android:name=".ui.land.EditPlantPlanActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
|
|
|
android:name=".ui.land.EditPlantActualActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
|
|
|
android:name=".ui.land.InspectionListActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
|
|
|
android:name=".ui.land.InspectionDetailActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
2025-05-28 10:07:57 +08:00
|
|
|
|
|
|
|
<activity
|
|
|
|
android:name=".ui.photoview.PhotoViewActivty"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
|
|
|
|
<!-- 定位需要的服务 适配Android Q需要加上android:foregroundServiceType="location"-->
|
|
|
|
<service
|
|
|
|
android:name="com.amap.api.location.APSService"
|
|
|
|
android:foregroundServiceType="location" />
|
|
|
|
|
|
|
|
</application>
|
|
|
|
|
|
|
|
</manifest>
|