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-06-09 16:41:37 +08:00
|
|
|
<activity
|
|
|
|
android:name=".ui.land.AddInspectionActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
2025-06-12 17:32:43 +08:00
|
|
|
<activity
|
|
|
|
android:name=".ui.land.EditInspectionActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
|
|
|
android:name=".ui.land.AddIllegalInformationActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
|
|
|
android:name=".ui.land.IllegalDetailActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
|
|
|
android:name=".ui.land.IllegalListActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
2025-06-17 14:54:48 +08:00
|
|
|
<activity
|
|
|
|
android:name=".ui.land.AddLegalCaseActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
|
|
|
android:name=".ui.land.LegalCaseDetailActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
|
|
|
android:name=".ui.input.InputGoodsListActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
2025-06-24 15:11:39 +08:00
|
|
|
<activity
|
|
|
|
android:name=".ui.input.InputGoodsDetailActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
|
|
|
android:name=".ui.input.UtilizationControlActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
|
|
|
android:name=".ui.input.UtilizationControlDetailActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
2025-06-26 11:19:40 +08:00
|
|
|
<activity
|
|
|
|
android:name=".ui.nyscjyzt.BusinessManagementActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
2025-07-16 17:12:20 +08:00
|
|
|
<activity
|
|
|
|
android:name=".ui.nyscjyzt.BusinessManagementDetailActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
|
|
|
android:name=".ui.nyscjyzt.FarmerManagementActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
|
|
|
android:name=".ui.nyscjyzt.FarmerManagementDetailActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
2025-07-24 16:28:20 +08:00
|
|
|
<activity
|
|
|
|
android:name=".ui.traceability.TraceabilityManagementActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
|
|
|
android:name=".ui.traceability.JianceShenqingShenheActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
|
|
|
android:name=".ui.traceability.JianceShenqingShenheDetailActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
|
|
|
android:name=".ui.traceability.SuyuanJianceActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
|
|
|
android:name=".ui.traceability.AddSuyuanJianceActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
|
|
|
android:name=".ui.traceability.SuyuanJianceDetailActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
|
|
|
android:name=".ui.traceability.SuyuanReportActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
|
|
|
android:name=".ui.traceability.SuyuanReportDetailActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="false"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
|
|
|
android:name=".ui.traceability.CaishouYuFumaActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="true"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
|
|
|
android:name=".ui.traceability.CaishouYuFumaDetailActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="true"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
|
|
|
android:name=".ui.traceability.AddCaishouYuFumaActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="true"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
|
|
|
android:name=".ui.traceability.SuyuanSearchActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="true"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
|
|
|
android:name=".ui.traceability.SuyuanHomeActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="true"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
|
|
|
android:name=".ui.traceability.SuyuanResultActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="true"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
|
|
|
android:name=".ui.traceability.SuyuanJianceReportActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="true"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
|
|
|
android:name=".ui.traceability.SuyuanResultPersonZhutiActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="true"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
|
|
|
android:name=".ui.traceability.SuyuanResultCompanyZhutiActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="true"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
|
|
|
android:name=".ui.traceability.SuyuanResultNongshiHuodongActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="true"
|
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
|
|
|
android:name=".ui.traceability.SuyuanResultQukuailianActivity"
|
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
android:exported="true"
|
|
|
|
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>
|