apk(点击下载) / AndroidManifest.xml
<?xml version="1.0" encoding="utf-8"?>
<manifest android:versionCode="5" android:versionName="1.5" package="com.topevery.supervisor"
xmlns:android="http://schemas.android.com/apk/res/android">
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="26" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.CALL_PHONE" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS" />
<uses-permission android:name="android.permission.READ_LOGS" />
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.USE_FINGERPRINT" />
<uses-permission android:name="android.permission.USE_BIOMETRIC" />
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
<uses-permission android:name="android.permission.SYSTEM_OVERLAY_WINDOW" />
<uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-feature android:name="android.hardware.camera" />
<uses-feature android:name="android.hardware.camera.autofocus" />
<application android:theme="@style/AppTheme" android:label="@string/app_label" android:icon="@drawable/app_icon" android:name="com.topevery.supervisor.common.AppContext" android:allowBackup="true" android:supportsRtl="true" android:usesCleartextTraffic="true" android:networkSecurityConfig="@xml/network_security_config" android:roundIcon="@drawable/app_icon_round" android:appComponentFactory="app" android:requestLegacyExternalStorage="true">
<activity android:name="com.topevery.supervisor.handlethrough.home.ui.TickListActivity" />
<activity android:name="com.topevery.supervisor.ui.VideoCallActivity" android:launchMode="singleTop" />
<activity android:name="com.topevery.supervisor.leadership.home.ui.JdyPointLineActivity" />
<activity android:name="com.topevery.supervisor.leadership.home.ui.JdyLineListActivity" />
<activity android:name="com.topevery.supervisor.leadership.home.ui.ReportDetailActivity" />
<activity android:name="com.topevery.supervisor.leadership.home.ui.JdyTaskInfoActivity" />
<activity android:name="com.topevery.supervisor.leadership.home.ui.LeaderRecordListActivity" />
<activity android:name="com.topevery.supervisor.leadership.home.ui.LeaderReportActivity" />
<activity android:name="com.topevery.supervisor.leadership.home.ui.LeaderQuestionSendActivity" />
<activity android:name="com.topevery.supervisor.leadership.home.ui.LeaderCaseDetailActivity" />
<activity android:name="com.topevery.supervisor.leadership.home.ui.LeaderContactListActivity" />
<activity android:name="com.topevery.supervisor.leadership.message.ui.LeaderNewsNoticeDetailActivity" />
<activity android:name="com.topevery.supervisor.leadership.message.ui.LeaderNoticeListActivity" />
<activity android:name="com.topevery.supervisor.leadership.home.ui.CaseQueryActivity" />
<activity android:name="com.topevery.supervisor.leadership.home.ui.ComplaintsActivity" />
<activity android:name="com.topevery.supervisor.leadership.home.ui.PublicParticipationActivity" />
<activity android:name="com.topevery.supervisor.leadership.home.ui.ComprehensiveEvaluationActivity" />
<activity android:name="com.topevery.supervisor.leadership.home.ui.InspectionSupervisionActivity" />
<activity android:name="com.topevery.supervisor.leadership.home.ui.LeaderSuperviseActivity" />
<activity android:name="com.topevery.supervisor.leadership.home.ui.LeaderOperationActivity" />
<activity android:name="com.topevery.supervisor.leadership.LeaderShipMainActivity" />
<activity android:name="com.topevery.supervisor.handlethrough.home.ui.EditCommonWordActivity" />
<activity android:name="com.topevery.supervisor.handlethrough.message.ui.NewsNoticeDetailActivity" />
<activity android:name="com.topevery.supervisor.handlethrough.message.ui.NoticeListActivity" />
<activity android:name="com.topevery.supervisor.handlethrough.home.ui.DepartmentEvaluationActivity" />
<activity android:name="com.topevery.supervisor.handlethrough.home.ui.DataStatisticsActivity" />
<activity android:name="com.topevery.supervisor.handlethrough.home.ui.CommonWordsListActivity" />
<activity android:name="com.topevery.supervisor.handlethrough.home.ui.ContactListActivity" android:screenOrientation="portrait" android:configChanges="fontScale|keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysHidden|adjustPan" />
<activity android:name="com.topevery.supervisor.handlethrough.home.ui.CaseHandedListActivity" />
<activity android:name="com.topevery.supervisor.handlethrough.home.ui.FinishCaseDetailActivity" />
<activity android:name="com.topevery.supervisor.handlethrough.home.ui.HandleCaseDetailActivity" />
<activity android:name="com.topevery.supervisor.handlethrough.home.ui.QueryCaseActivity" />
<activity android:name="com.topevery.supervisor.handlethrough.home.ui.SendQuestionActivity" />
<activity android:name="com.topevery.supervisor.handlethrough.home.ui.CaseHandlingActivity" />
<activity android:name="com.topevery.supervisor.handlethrough.HandleMainActivity" />
<activity android:name="com.topevery.supervisor.yq.YqBgActivity" />
<activity android:name="com.topevery.supervisor.yq.YqdjActivity" />
<activity android:name="com.topevery.supervisor.dcy.DuPeoperActivity" />
<meta-data android:name="android.max_aspect" android:value="2.3" />
<uses-library android:name="org.apache.http.legacy" android:required="false" />
<meta-data android:name="com.tianditu.apikey" android:value="099ef71d28e5f5daf7ecaeb4a373ed7a" />
<meta-data android:name="TencentMapSDK" android:value="X24BZ-CT5KD-K3V46-HPBZX-WXQEF-XDFZR" />
<meta-data android:name="com.tencent.bugly.API_ID" android:value="23c01a074b" />
<meta-data android:name="com.tencent.bugly.API_KEY" android:value="6eb42fed-7c7a-4970-86ce-984b72829fb5" />
<meta-data android:name="com.baidu.speech.APP_ID" android:value="25422551" />
<meta-data android:name="com.baidu.speech.API_KEY" android:value="9pS5QvNXmv9G6s0TOumBNzp3" />
<meta-data android:name="com.baidu.speech.SECRET_KEY" android:value="zoQpkj0arc00ufElpnmzDtTkn9QBVPZX" />
<meta-data android:name="com.baidu.ocr.sdk.API_KEY" android:value="dMUe4ppor9GOTik0lFCLB6GI" />
<meta-data android:name="com.baidu.ocr.sdk.SECRET_KEY" android:value="i5omEfKSMRmlXDPEHDE12ARO6BH7WL5U" />
<meta-data android:name="com.amap.api.v2.apikey" android:value="2458773321c7ca7642d41b3f5c336c1d" />
<activity android:theme="@style/SplashTheme" android:name="com.topevery.supervisor.ui.SplashActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name="com.amap.api.maps.offlinemap.OfflineMapActivity" android:screenOrientation="portrait" />
<activity android:label="登录" android:name="com.topevery.supervisor.ui.LoginActivity" android:windowSoftInputMode="stateAlwaysHidden" />
<activity android:label="兴趣点" android:name="com.topevery.supervisor.map.poisearch.InputTipsActivity" android:windowSoftInputMode="stateAlwaysHidden" />
<activity android:label="@string/app_title" android:name="com.topevery.supervisor.ui.MainActivity" android:windowSoftInputMode="stateAlwaysHidden|adjustPan" />
<activity android:label="留言功能" android:name="com.topevery.supervisor.ui.view.LeaveWordActivity" />
<activity android:label="注册" android:name="com.topevery.supervisor.ui.RegisterActivity" android:windowSoftInputMode="stateAlwaysHidden" />
<activity android:label="选择部门" android:name="com.topevery.supervisor.ui.DeptListActivity" />
<activity android:label="服务器配置" android:name="com.topevery.supervisor.ui.ServiceSettingActivity" android:windowSoftInputMode="stateAlwaysHidden" />
<activity android:label="服务器配置列表" android:name="com.topevery.supervisor.ui.ServerListActivity" />
<activity android:label="实时新闻" android:name="com.topevery.supervisor.ui.ActualNewsListActivity" android:windowSoftInputMode="stateAlwaysHidden" />
<activity android:label="新闻详情" android:name="com.topevery.supervisor.ui.ActualNewsDetailActivity" android:windowSoftInputMode="stateAlwaysHidden" />
<activity android:label="案件上报" android:name="com.topevery.supervisor.ui.EventNewActivity" android:windowSoftInputMode="stateAlwaysHidden" />
<activity android:label="快速上报" android:name="com.topevery.supervisor.ui.FastReportActivity" android:windowSoftInputMode="stateAlwaysHidden" />
<activity android:label="案件编辑" android:name="com.topevery.supervisor.ui.EventEditActivity" android:windowSoftInputMode="stateAlwaysHidden" />
<activity android:label="案件类别" android:name="com.topevery.supervisor.ui.EventTypeActivity" />
<activity android:label="案件详情" android:name="com.topevery.supervisor.ui.EventDetailActivity" />
<activity android:theme="@style/AppTheme" android:label="个人任务" android:name="com.topevery.supervisor.ui.MyTaskListActivity" android:windowSoftInputMode="stateAlwaysHidden" />
<activity android:label="个人任务" android:name="com.topevery.supervisor.dcy.DcyTaskListActivity" android:windowSoftInputMode="stateAlwaysHidden" />
<activity android:label="任务详情" android:name="com.topevery.supervisor.ui.TaskDetailActivity" android:windowSoftInputMode="stateAlwaysHidden" />
<activity android:label="历史记录" android:name="com.topevery.supervisor.ui.HistoryActivity" android:windowSoftInputMode="stateAlwaysHidden" />
<activity android:label="工作统计" android:name="com.topevery.supervisor.ui.StatisticsActivity" />
<activity android:label="常用语设置" android:name="com.topevery.supervisor.ui.WordHandleTask" />
<activity android:label="消息提醒" android:name="com.topevery.supervisor.ui.view.CheckStausDetailActivity" />
<activity android:label="打卡" android:name="com.topevery.supervisor.ui.CheckInActivity" />
<activity android:label="日常考勤" android:name="com.topevery.supervisor.ui.CommutePlanActivity" />
<activity android:label="通讯录" android:name="com.topevery.supervisor.ui.ContactsActivity" />
<activity android:label="专项任务" android:name="com.topevery.supervisor.ui.CensusTaskListActivity" />
<activity android:label="专项任务" android:name="com.topevery.supervisor.ui.CensusTaskInfoActivity" />
<activity android:label="普查案件上报" android:name="com.topevery.supervisor.ui.CensusEventNewActivity" android:windowSoftInputMode="stateAlwaysHidden" />
<activity android:label="普查案件详情" android:name="com.topevery.supervisor.ui.CensusEventDetailActivity" />
<activity android:label="抽查回复" android:name="com.topevery.supervisor.ui.CheckUpActivity" android:windowSoftInputMode="stateAlwaysHidden" />
<activity android:label="地图浏览" android:name="com.topevery.supervisor.map.AMapActivity" />
<activity android:label="图库" android:name="com.topevery.supervisor.ui.media.GalleryActivity" />
<activity android:label="修改信息" android:name="com.topevery.supervisor.ui.PwdModifyActivity" />
<activity android:label="锁屏" android:name="com.topevery.supervisor.ui.GestureLoginActivity" android:windowSoftInputMode="stateAlwaysHidden" />
<activity android:label="操作指南" android:name="com.topevery.supervisor.ui.TutorialActivity" />
<activity android:label="操作指南" android:name="com.topevery.supervisor.ui.TutorialSubActivity" />
<service android:name="com.topevery.supervisor.service.AppService" android:priority="1000" />
<activity android:name="com.baidu.ocr.camera.CameraActivity" android:screenOrientation="portrait" />
<activity android:theme="@style/DialogActivityStyle" android:name="com.topevery.supervisor.ui.upgrade.UpgradeDialogActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" />
<activity android:theme="@android:style/Theme.Translucent" android:name="com.tencent.bugly.beta.ui.BetaActivity" android:configChanges="keyboardHidden|locale|orientation|screenSize" />
<provider android:name="android.support.v4.content.FileProvider" android:exported="false" android:authorities="com.topevery.supervisor.fileProvider" android:grantUriPermissions="true">
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/provider_paths" />
</provider>
<receiver android:name="com.topevery.supervisor.broadcast.ForceReloginReceiver" android:exported="false">
<intent-filter>
<action android:name="com.topevery.supervisor.action.FORCE_REBOOT" />
</intent-filter>
</receiver>
<activity android:name="com.topevery.supervisor.ui.media.VideoActivity" />
<activity android:name="com.topevery.supervisor.ui.media.ImagePreviewActivity" />
<service android:name="com.baidu.speech.VoiceRecognitionService" android:exported="false" />
<meta-data android:name="EASEMOB_APPKEY" android:value="1102190507222362#topeverycs" />
<service android:name="com.amap.api.location.APSService" android:exported="true" />
<receiver android:name="com.topevery.supervisor.broadcast.HomeWatcherReceiver">
<intent-filter>
<action android:name="android.intent.action.CLOSE_SYSTEM_DIALOGS" />
</intent-filter>
</receiver>
<activity android:name="com.topevery.supervisor.ui.OauthCodeActivity" />
<activity android:name="com.topevery.supervisor.ui.CameraActivity" />
<activity android:label="历史记录" android:name="com.topevery.supervisor.dcy.DcyHistoryActivity" android:windowSoftInputMode="stateAlwaysHidden" />
<service android:name="com.topevery.supervisor.service.CaseReportService" android:enabled="true" android:exported="true" />
<activity android:name="com.topevery.supervisor.ui.MsgListActivity" />
<activity android:theme="@android:style/Theme.NoTitleBar.Fullscreen" android:name="com.topevery.supervisor.ui.GuideActivity" />
<activity android:name="com.topevery.supervisor.ui.VerificationCodeLogin" />
<activity android:label="音频录制" android:name="com.topevery.supervisor.ui.AudioActivity" />
<activity android:name="com.topevery.supervisor.ui.UserInfoModifyActivity" />
<activity android:name="com.topevery.supervisor.ui.LoginSettingActivity" />
<service android:name="com.zlw.main.recorderlib.recorder.RecordService" />
<activity android:label="@string/app_name" android:name="com.tencent.liteav.demo.MainActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" />
<activity android:theme="@style/NewActivityTheme" android:name="com.tencent.liteav.demo.trtc.TRTCNewActivity" android:screenOrientation="portrait" />
<activity android:name="com.tencent.liteav.demo.trtc.TRTCMainActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:windowSoftInputMode="adjustPan" />
<activity android:name="com.tencent.liteav.demo.trtc.SettingActivity" />
<provider android:name="com.luck.picture.lib.PictureFileProvider" android:exported="false" android:authorities="com.topevery.supervisor.provider" android:grantUriPermissions="true">
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths" />
</provider>
<activity android:name="com.luck.picture.lib.PictureSelectorActivity" android:configChanges="keyboardHidden|orientation|screenSize" />
<activity android:name="com.luck.picture.lib.PictureSelectorWeChatStyleActivity" android:configChanges="keyboardHidden|orientation|screenSize" />
<activity android:theme="@style/Picture.Theme.Translucent" android:name="com.luck.picture.lib.PictureSelectorCameraEmptyActivity" android:configChanges="keyboardHidden|orientation|screenSize" />
<activity android:name="com.luck.picture.lib.PicturePreviewActivity" android:configChanges="keyboardHidden|orientation|screenSize" />
<activity android:name="com.luck.picture.lib.PictureSelectorPreviewWeChatStyleActivity" android:configChanges="keyboardHidden|orientation|screenSize" />
<activity android:name="com.luck.picture.lib.PictureVideoPlayActivity" android:screenOrientation="sensor" android:configChanges="keyboardHidden|orientation|screenSize" />
<activity android:name="com.luck.picture.lib.PictureExternalPreviewActivity" android:configChanges="keyboardHidden|orientation|screenSize" />
<activity android:name="com.luck.picture.lib.PicturePlayAudioActivity" android:configChanges="keyboardHidden|orientation|screenSize" />
<activity android:theme="@style/Base.Theme.NoActionBar" android:name="com.yalantis.ucrop.UCropActivity" />
<activity android:theme="@style/Base.Theme.NoActionBar" android:name="com.yalantis.ucrop.PictureMultiCuttingActivity" />
<activity android:name="com.lljjcoder.style.citylist.CityListSelectActivity" android:screenOrientation="portrait" android:windowSoftInputMode="adjustNothing|stateUnchanged" />
<activity android:name="com.lljjcoder.style.citythreelist.ProvinceActivity" android:screenOrientation="portrait" android:windowSoftInputMode="adjustNothing|stateUnchanged" />
<activity android:name="com.lljjcoder.style.citythreelist.CityActivity" android:screenOrientation="portrait" android:windowSoftInputMode="adjustNothing|stateUnchanged" />
<activity android:name="com.lljjcoder.style.citythreelist.AreaActivity" android:screenOrientation="portrait" android:windowSoftInputMode="adjustNothing|stateUnchanged" />
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.xuexiang.xui.widget.imageview.preview.ui.PreviewActivity" />
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.xuexiang.xui.widget.imageview.preview.ui.VideoPlayerActivity" />
<provider android:name="com.tencent.bugly.beta.utils.BuglyFileProvider" android:exported="false" android:authorities="com.topevery.supervisor.fileProvider" android:grantUriPermissions="true">
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/provider_paths" />
</provider>
<service android:name="com.tencent.bugly.beta.tinker.TinkerResultService" android:exported="false" />
<activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_00" />
<activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_01" />
<activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_02" />
<activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_03" />
<activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_04" />
<activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_05" />
<activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_06" />
<activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_07" />
<activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_08" />
<activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_09" />
<activity android:theme="@android:style/Theme.Translucent" android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_00_T" />
<activity android:theme="@android:style/Theme.Translucent" android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_01_T" />
<activity android:theme="@android:style/Theme.Translucent" android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_02_T" />
<activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_00" android:launchMode="singleTop" />
<activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_01" android:launchMode="singleTop" />
<activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_02" android:launchMode="singleTop" />
<activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_03" android:launchMode="singleTop" />
<activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_04" android:launchMode="singleTop" />
<activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_05" android:launchMode="singleTop" />
<activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_06" android:launchMode="singleTop" />
<activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_07" android:launchMode="singleTop" />
<activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_08" android:launchMode="singleTop" />
<activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_09" android:launchMode="singleTop" />
<activity android:theme="@android:style/Theme.Translucent" android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_00_T" android:launchMode="singleTop" />
<activity android:theme="@android:style/Theme.Translucent" android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_01_T" android:launchMode="singleTop" />
<activity android:theme="@android:style/Theme.Translucent" android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_02_T" android:launchMode="singleTop" />
<activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_00" android:launchMode="singleTask" />
<activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_01" android:launchMode="singleTask" />
<activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_02" android:launchMode="singleTask" />
<activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_03" android:launchMode="singleTask" />
<activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_04" android:launchMode="singleTask" />
<activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_05" android:launchMode="singleTask" />
<activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_06" android:launchMode="singleTask" />
<activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_07" android:launchMode="singleTask" />
<activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_08" android:launchMode="singleTask" />
<activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_09" android:launchMode="singleTask" />
<activity android:theme="@android:style/Theme.Translucent" android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_00_T" android:launchMode="singleTask" />
<activity android:theme="@android:style/Theme.Translucent" android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_01_T" android:launchMode="singleTask" />
<activity android:theme="@android:style/Theme.Translucent" android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_02_T" android:launchMode="singleTask" />
<activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_00" android:launchMode="singleInstance" />
<activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_01" android:launchMode="singleInstance" />
<activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_02" android:launchMode="singleInstance" />
<activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_03" android:launchMode="singleInstance" />
<activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_04" android:launchMode="singleInstance" />
<activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_05" android:launchMode="singleInstance" />
<activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_06" android:launchMode="singleInstance" />
<activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_07" android:launchMode="singleInstance" />
<activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_08" android:launchMode="singleInstance" />
<activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_09" android:launchMode="singleInstance" />
<activity android:theme="@android:style/Theme.Translucent" android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_00_T" android:launchMode="singleInstance" />
<activity android:theme="@android:style/Theme.Translucent" android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_01_T" android:launchMode="singleInstance" />
<activity android:theme="@android:style/Theme.Translucent" android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_02_T" android:launchMode="singleInstance" />
<meta-data android:name="tinker_version" android:value="1.9.1" />
<service android:name="com.tencent.tinker.lib.service.TinkerPatchService" android:exported="false" android:process=":patch" />
<service android:name="com.tencent.tinker.lib.service.TinkerPatchService$InnerService" android:exported="false" android:process=":patch" />
<service android:name="com.tencent.tinker.lib.service.DefaultTinkerResultService" android:exported="false" />
<provider android:name="com.squareup.picasso.PicassoProvider" android:exported="false" android:authorities="com.topevery.supervisor.com.squareup.picasso" />
<activity android:theme="@style/EasyPermissions.Transparent" android:label="" android:name="pub.devrel.easypermissions.AppSettingsDialogHolderActivity" android:exported="false" />
<meta-data android:name="android.support.VERSION" android:value="26.1.0" />
<activity android:name="com.blankj.utilcode.util.PermissionUtils$PermissionActivity" android:taskAffinity="com.blankj.utilcode.util.PermissionUtils.PermissionActivity" android:configChanges="keyboardHidden|orientation|screenSize" android:windowSoftInputMode="stateAlwaysHidden" />
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" android:name="com.tencent.liteav.video.TXScreenCapture$TXScreenCaptureAssistantActivity" />
</application>
</manifest>