From 1086478532dc202ad970825a6f5f4e96a085353c Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 13 八月 2021 16:01:32 +0800
Subject: [PATCH] 1. 新增问题位置获取接口 2. 修复修改问题界面问题子类不随问题大类随动变换问题
---
app/src/main/AndroidManifest.xml | 101 +++++++++++++++++++++++++-------------------------
1 files changed, 50 insertions(+), 51 deletions(-)
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 00630f5..f4dd856 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
- package="cn.flightfeather.thirdapp">
+ package="cn.flightfeather.thirdappmodule">
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.CALL_PHONE" />
@@ -33,9 +33,8 @@
android:name="android.permission.REQUEST_INSTALL_PACKAGES"
tools:ignore="ProtectedPermissions" />
- <!-- Android 9 绯荤粺涓婇粯璁ゆ墍鏈塇ttp璇锋眰琚姝紝娣诲姞android:usesCleartextTraffic="true" 锛岀‘淇滱ndroid 9涓婂彲浠ョ敤tbs鎵撳紑鏂囨。-->
<application
- android:name=".CommonApplication"
+ android:name="cn.flightfeather.thirdappmodule.CommonApplication"
android:allowBackup="true"
tools:replace="android:allowBackup"
android:hardwareAccelerated="true"
@@ -67,14 +66,14 @@
android:resource="@xml/filepaths" />
</provider>
- <receiver android:name=".util.updateApp.DownLoadCompleteReceiver">
+ <receiver android:name="cn.flightfeather.thirdappmodule.util.updateApp.DownLoadCompleteReceiver">
<intent-filter>
<action android:name="android.intent.action.DOWNLOAD_COMPLETE" />
</intent-filter>
</receiver>
<receiver
- android:name=".util.push.MyMessageReceiver"
+ 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" />
@@ -89,20 +88,20 @@
<activity
- android:name=".module.MainActivity"
+ android:name="cn.flightfeather.thirdappmodule.module.MainActivity"
android:label="@string/app_name"
android:screenOrientation="portrait"
android:theme="@style/AppTheme.NoActionBar" />
<activity
- android:name=".activity.LoginActivity"
+ android:name="cn.flightfeather.thirdappmodule.activity.LoginActivity"
android:screenOrientation="portrait"
android:theme="@style/AppTheme.NoActionBar" />
<activity
- android:name=".activity.NewMonthTaskActivity"
+ android:name="cn.flightfeather.thirdappmodule.activity.NewMonthTaskActivity"
android:screenOrientation="portrait"
android:theme="@style/AppTheme.NoActionBar" />
<activity
- android:name=".activity.SplashActivity"
+ android:name="cn.flightfeather.thirdappmodule.activity.SplashActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:theme="@style/splashTheme">
<intent-filter>
@@ -114,23 +113,23 @@
<!-- android:name=".activity.MonitorObjectVersionMap" -->
<!-- android:theme="@style/AppTheme.NoActionBar" /> -->
<activity
- android:name=".activity.PhotoViewerActivity"
+ android:name="cn.flightfeather.thirdappmodule.activity.PhotoViewerActivity"
android:screenOrientation="portrait"
android:theme="@style/AppFullScreenTheme" />
<activity
- android:name=".activity.ProblemDetailActivity"
+ android:name="cn.flightfeather.thirdappmodule.activity.ProblemDetailActivity"
android:screenOrientation="portrait"
android:theme="@style/AppTheme"/>
<activity
- android:name=".activity.UploadMediaFilesActivity"
+ android:name="cn.flightfeather.thirdappmodule.activity.UploadMediaFilesActivity"
android:screenOrientation="portrait"
android:theme="@style/AppTheme"/>
<activity
- android:name=".activity.ScenseMapActivity"
+ android:name="cn.flightfeather.thirdappmodule.activity.ScenseMapActivity"
android:screenOrientation="portrait"
android:theme="@style/AppTheme.NoActionBar" />
<activity
- android:name=".activity.TaskActivity"
+ android:name="cn.flightfeather.thirdappmodule.activity.TaskActivity"
android:screenOrientation="portrait"
android:theme="@style/AppTheme.NoActionBar" />
<!--<activity-->
@@ -138,117 +137,117 @@
<!--android:screenOrientation="portrait"-->
<!--android:theme="@style/AppTheme.NoActionBar" />-->
<activity
- android:name=".activity.SignActivity"
+ android:name="cn.flightfeather.thirdappmodule.activity.SignActivity"
android:screenOrientation="portrait"
android:theme="@style/AppTheme.NoActionBar" />
<activity
- android:name=".activity.GitDetailActivity"
+ android:name="cn.flightfeather.thirdappmodule.activity.GitDetailActivity"
android:screenOrientation="portrait"
android:theme="@style/AppTheme"/>
<activity
- android:name=".activity.GradeActivity"
+ android:name="cn.flightfeather.thirdappmodule.activity.GradeActivity"
android:screenOrientation="portrait"
android:theme="@style/AppTheme"/>
<activity
- android:name=".activity.TaskDetailActivity"
+ android:name="cn.flightfeather.thirdappmodule.activity.TaskDetailActivity"
android:screenOrientation="portrait"
android:theme="@style/AppTheme.NoActionBar" />
<activity
- android:name=".activity.SiteDetailActivity"
+ android:name="cn.flightfeather.thirdappmodule.activity.SiteDetailActivity"
android:screenOrientation="portrait"
android:theme="@style/AppTheme.NoActionBar" />
<activity
- android:name=".activity.PromiseActivity"
+ android:name="cn.flightfeather.thirdappmodule.activity.PromiseActivity"
android:screenOrientation="portrait"
android:theme="@style/AppTheme.NoActionBar" />
<activity
- android:name=".activity.SubTaskMapActivity"
+ android:name="cn.flightfeather.thirdappmodule.activity.SubTaskMapActivity"
android:screenOrientation="portrait"
android:theme="@style/AppTheme"/>
<activity
- android:name=".activity.MapActivity"
+ android:name="cn.flightfeather.thirdappmodule.activity.MapActivity"
android:screenOrientation="portrait"
android:theme="@style/AppTheme.NoActionBar" />
<activity
- android:name=".activity.DebugTransSiteLatlngActivity"
+ android:name="cn.flightfeather.thirdappmodule.activity.DebugTransSiteLatlngActivity"
android:screenOrientation="portrait"
android:theme="@style/AppTheme"/>
<activity
- android:name=".activity.MOVMapActivity"
+ android:name="cn.flightfeather.thirdappmodule.activity.MOVMapActivity"
android:screenOrientation="portrait"
android:theme="@style/AppTheme.NoActionBar" />
<activity
- android:name=".dataanalysis.AnalysisTabActivity"
+ android:name="cn.flightfeather.thirdappmodule.dataanalysis.AnalysisTabActivity"
android:screenOrientation="portrait"
android:theme="@style/AppTheme.NoActionBar" />
<activity
- android:name=".dataanalysis.rank.AnalysisRankActivity"
+ android:name="cn.flightfeather.thirdappmodule.dataanalysis.rank.AnalysisRankActivity"
android:screenOrientation="portrait"
android:theme="@style/AppTheme.NoActionBar" />
<activity
- android:name=".module.inspectioninfo.ProblemChangeActivity"
+ android:name="cn.flightfeather.thirdappmodule.module.inspectioninfo.ProblemChangeActivity"
android:screenOrientation="portrait"
android:theme="@style/AppTheme.NoActionBar" />
<activity
- android:name=".module.inspectioninfo.ProblemChangeDetailActivity"
+ android:name="cn.flightfeather.thirdappmodule.module.inspectioninfo.ProblemChangeDetailActivity"
android:screenOrientation="portrait"
android:theme="@style/AppTheme.NoActionBar" />
<activity
- android:name=".module.task.NewTopTaskActivity"
+ android:name="cn.flightfeather.thirdappmodule.module.task.NewTopTaskActivity"
android:theme="@style/AppTheme.NoActionBar" />
<activity
- android:name=".module.task.NewSubTaskActivity"
+ android:name="cn.flightfeather.thirdappmodule.module.task.NewSubTaskActivity"
android:theme="@style/AppTheme.NoActionBar" />
<activity
- android:name=".module.task.NewMonthTaskMapActivity"
+ android:name="cn.flightfeather.thirdappmodule.module.task.NewMonthTaskMapActivity"
android:theme="@style/AppTheme.NoActionBar" />
<activity
- android:name=".module.task.MonthTaskManagementActivity"
+ android:name="cn.flightfeather.thirdappmodule.module.task.MonthTaskManagementActivity"
android:theme="@style/AppTheme.NoActionBar" />
<activity
- android:name=".module.task.SceneDetailActivity"
+ android:name="cn.flightfeather.thirdappmodule.module.task.SceneDetailActivity"
android:theme="@style/AppTheme.NoActionBar" />
<activity
- android:name=".module.nightwork.NightWorkRecordActivity"
+ android:name="cn.flightfeather.thirdappmodule.module.nightwork.NightWorkRecordActivity"
android:theme="@style/AppTheme.NoActionBar" />
<activity
- android:name=".module.nightwork.NightWorkManageActivity"
+ android:name="cn.flightfeather.thirdappmodule.module.nightwork.NightWorkManageActivity"
android:theme="@style/AppTheme.NoActionBar" />
<activity
- android:name=".module.common.OfficeFileManageActivity"
+ android:name="cn.flightfeather.thirdappmodule.module.common.OfficeFileManageActivity"
android:theme="@style/AppTheme.NoActionBar" />
<activity
- android:name=".module.inspection.MenuGradeActivity"
+ android:name="cn.flightfeather.thirdappmodule.module.inspection.MenuGradeActivity"
android:screenOrientation="portrait"
android:theme="@style/AppTheme"/>
<activity
- android:name=".module.inspection.InspectionDetailActivity"
+ android:name="cn.flightfeather.thirdappmodule.module.inspection.InspectionDetailActivity"
android:theme="@style/AppTheme.NoActionBar" />
- <activity android:name=".module.inspection.MenuEvidenceActivity"
+ <activity android:name="cn.flightfeather.thirdappmodule.module.inspection.MenuEvidenceActivity"
android:theme="@style/TransparentTheme" />
- <activity android:name=".module.inspection.MenuProblemUpdateActivity"
+ <activity android:name="cn.flightfeather.thirdappmodule.module.inspection.MenuProblemUpdateActivity"
android:theme="@style/TransparentTheme" />
- <activity android:name=".module.inspection.MenuRecheckActivity"
+ <activity android:name="cn.flightfeather.thirdappmodule.module.inspection.MenuRecheckActivity"
android:theme="@style/TransparentTheme" />
- <activity android:name=".module.inspection.MenuProblemListActivity"
+ <activity android:name="cn.flightfeather.thirdappmodule.module.inspection.MenuProblemListActivity"
android:theme="@style/TransparentTheme" />
- <activity android:name=".module.inspection.MenuChangeActivity"
+ <activity android:name="cn.flightfeather.thirdappmodule.module.inspection.MenuChangeActivity"
android:theme="@style/TransparentTheme" />
- <activity android:name=".module.inspection.MenuCameraActivity"
+ <activity android:name="cn.flightfeather.thirdappmodule.module.inspection.MenuCameraActivity"
android:theme="@style/TransparentTheme" />
- <activity android:name=".module.inspection.MenuNewGitActivity"
+ <activity android:name="cn.flightfeather.thirdappmodule.module.inspection.MenuNewGitActivity"
android:theme="@style/TransparentTheme" />
- <activity android:name=".module.inspection.MenuProblemCheckActivity"
+ <activity android:name="cn.flightfeather.thirdappmodule.module.inspection.MenuProblemCheckActivity"
android:theme="@style/TransparentTheme" />
- <activity android:name=".module.inspection.MenuChangeCheckActivity"
+ <activity android:name="cn.flightfeather.thirdappmodule.module.inspection.MenuChangeCheckActivity"
android:theme="@style/TransparentTheme" />
- <activity android:name=".module.inspection.MenuSceneAccountActivity"
+ <activity android:name="cn.flightfeather.thirdappmodule.module.inspection.MenuSceneAccountActivity"
android:theme="@style/TransparentTheme" />
- <activity android:name=".module.inspection.ShareProblemActivity"
+ <activity android:name="cn.flightfeather.thirdappmodule.module.inspection.ShareProblemActivity"
android:theme="@style/AppTheme.NoActionBar" />
- <activity android:name=".module.inspection.ShareProblemPreViewActivity"
+ <activity android:name="cn.flightfeather.thirdappmodule.module.inspection.ShareProblemPreViewActivity"
android:theme="@style/AppTheme.NoActionBar" />
- <activity android:name=".module.common.CameraActivity"
+ <activity android:name="cn.flightfeather.thirdappmodule.module.common.CameraActivity"
android:theme="@style/AppFullScreenTheme" />
</application>
--
Gitblit v1.9.3