| | |
| | | android:name="android.permission.REQUEST_INSTALL_PACKAGES" |
| | | tools:ignore="ProtectedPermissions" /> |
| | | |
| | | <!-- Android 9 系统上默认所有Http请求被禁止,添加android:usesCleartextTraffic="true" ,确保Android 9上可以用tbs打开文档--> |
| | | <application |
| | | android:name=".CommonApplication" |
| | | android:allowBackup="true" |
| | | tools:replace="android:allowBackup" |
| | | android:hardwareAccelerated="true" |
| | | android:icon="@mipmap/ic_launcher" |
| | | android:label="@string/app_name" |
| | | android:networkSecurityConfig="@xml/network_config" |
| | | android:roundIcon="@mipmap/ic_launcher_round" |
| | | android:supportsRtl="true" |
| | | android:theme="@style/AppTheme" |
| | | android:usesCleartextTraffic="true" |
| | | android:theme="@style/AppTheme.NoActionBar" |
| | | tools:ignore="GoogleAppIndexingWarning, LockedOrientationActivity" |
| | | tools:targetApi="n"> |
| | | <!-- 调试版高德地图Key,根据开发电脑不同可能有所改变 --> |
| | |
| | | |
| | | <provider |
| | | android:name="android.support.v4.content.FileProvider" |
| | | android:authorities="cn.flightfeather.thirdapp.fileProvider" |
| | | android:authorities="@string/file_provide" |
| | | android:exported="false" |
| | | android:grantUriPermissions="true"> |
| | | <meta-data |
| | |
| | | <action android:name="android.intent.action.DOWNLOAD_COMPLETE" /> |
| | | </intent-filter> |
| | | </receiver> |
| | | |
| | | <receiver |
| | | android:name=".util.push.MyMessageReceiver" |
| | | android:exported="false"> <!-- 为保证receiver安全,建议设置不可导出,如需对其他应用开放可通过android:permission进行限制 --> |
| | | <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 |
| | | android:name=".module.MainActivity" |
| | |
| | | android:theme="@style/AppFullScreenTheme" /> |
| | | <activity |
| | | android:name=".activity.ProblemDetailActivity" |
| | | android:screenOrientation="portrait" /> |
| | | android:screenOrientation="portrait" |
| | | android:theme="@style/AppTheme"/> |
| | | <activity |
| | | android:name=".activity.UploadMediaFilesActivity" |
| | | android:screenOrientation="portrait" /> |
| | | android:screenOrientation="portrait" |
| | | android:theme="@style/AppTheme"/> |
| | | <activity |
| | | android:name=".activity.ScenseMapActivity" |
| | | android:screenOrientation="portrait" |
| | |
| | | android:theme="@style/AppTheme.NoActionBar" /> |
| | | <activity |
| | | android:name=".activity.GitDetailActivity" |
| | | android:screenOrientation="portrait" /> |
| | | android:screenOrientation="portrait" |
| | | android:theme="@style/AppTheme"/> |
| | | <activity |
| | | android:name=".activity.GradeActivity" |
| | | android:screenOrientation="portrait" /> |
| | | android:screenOrientation="portrait" |
| | | android:theme="@style/AppTheme"/> |
| | | <activity |
| | | android:name=".activity.TaskDetailActivity" |
| | | android:screenOrientation="portrait" |
| | |
| | | android:theme="@style/AppTheme.NoActionBar" /> |
| | | <activity |
| | | android:name=".activity.SubTaskMapActivity" |
| | | android:screenOrientation="portrait" /> |
| | | android:screenOrientation="portrait" |
| | | android:theme="@style/AppTheme"/> |
| | | <activity |
| | | android:name=".activity.MapActivity" |
| | | android:screenOrientation="portrait" |
| | | android:theme="@style/AppTheme.NoActionBar" /> |
| | | <activity |
| | | android:name=".activity.DebugTransSiteLatlngActivity" |
| | | android:screenOrientation="portrait" /> |
| | | android:screenOrientation="portrait" |
| | | android:theme="@style/AppTheme"/> |
| | | <activity |
| | | android:name=".activity.MOVMapActivity" |
| | | android:screenOrientation="portrait" |
| | |
| | | android:name=".module.task.SceneDetailActivity" |
| | | android:theme="@style/AppTheme.NoActionBar" /> |
| | | <activity |
| | | android:name=".module.nightwork.NightWorkRecordActivity" |
| | | android:theme="@style/AppTheme.NoActionBar" /> |
| | | <activity |
| | | android:name=".module.nightwork.NightWorkManageActivity" |
| | | android:theme="@style/AppTheme.NoActionBar" /> |
| | | <activity |
| | | android:name=".module.common.OfficeFileManageActivity" |
| | | android:theme="@style/AppTheme.NoActionBar" /> |
| | | <activity |
| | | android:name=".module.inspection.MenuGradeActivity" |
| | | android:screenOrientation="portrait" /> |
| | | android:screenOrientation="portrait" |
| | | android:theme="@style/AppTheme"/> |
| | | <activity |
| | | android:name=".module.inspection.InspectionDetailActivity" |
| | | android:theme="@style/AppTheme.NoActionBar" /> |