apk(点击下载) / AndroidManifest.xml
<?xml version="1.0" encoding="utf-8"?>
<manifest package="cq.fljt.elderlyprotection" platformBuildVersionCode="34" platformBuildVersionName="14" android:versionCode="109" android:versionName="1.0.9" android:compileSdkVersion="34" android:compileSdkVersionCodename="14"
xmlns:android="http://schemas.android.com/apk/res/android">
<uses-sdk android:minSdkVersion="24" android:targetSdkVersion="30" />
<uses-feature android:name="android.hardware.camera" />
<uses-feature android:name="android.hardware.camera.autofocus" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="android.permission.FLASHLIGHT" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
<uses-permission android:name="android.permission.WRITE_MEDIA_STORAGE" />
<uses-permission android:name="android.permission.CHANGE_CONFIGURATION" />
<uses-permission android:name="android.permission.BROADCAST_PACKAGE_ADDED" />
<uses-permission android:name="android.permission.BROADCAST_PACKAGE_CHANGED" />
<uses-permission android:name="android.permission.BROADCAST_PACKAGE_INSTALL" />
<uses-permission android:name="android.permission.BROADCAST_PACKAGE_REPLACED" />
<uses-permission android:name="android.permission.GET_TASKS" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
<uses-permission android:name="com.android.permission.GET_INSTALLED_APPS" />
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<permission android:name="cq.fljt.elderlyprotection.openadsdk.permission.TT_PANGOLIN" android:protectionLevel="signature" />
<uses-permission android:name="cq.fljt.elderlyprotection.openadsdk.permission.TT_PANGOLIN" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" />
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES" />
<uses-permission android:name="android.permission.READ_MEDIA_VIDEO" />
<uses-permission android:name="android.permission.READ_MEDIA_AUDIO" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
<uses-permission android:name="android.permission.ACCESS_NOTIFICATION_POLICY" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<uses-permission android:name="android.permission.READ_CONTACTS" />
<uses-permission android:name="android.permission.CALL_PHONE" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
<uses-permission android:name="android.permission.REORDER_TASKS" />
<uses-permission android:name="android.permission.READ_SETTINGS" />
<uses-permission android:name="android.permission.PACKAGE_USAGE_STATS" />
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
<uses-permission android:name="android.permission.KILL_BACKGROUND_PROCESSES" />
<uses-permission android:name="android.permission.ACTIVITY_RECOGNITION" />
<uses-permission android:name="android.permission.READ_SMS" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.WRITE_SETTINGS" />
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
<queries>
<intent>
<action android:name="android.intent.action.MAIN" />
</intent>
<intent>
<action android:name="android.intent.action.VIEW" />
</intent>
<intent>
<action android:name="com.umeng.message.action.notify" />
</intent>
</queries>
<permission android:name="cq.fljt.elderlyprotection.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" android:protectionLevel="signature" />
<uses-permission android:name="cq.fljt.elderlyprotection.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" />
<uses-configuration android:reqTouchScreen="finger" />
<uses-feature android:name="android.hardware.touchscreen" android:required="true" />
<uses-feature android:name="android.hardware.touchscreen.multitouch" android:required="true" />
<uses-permission android:name="com.google.android.gms.permission.AD_ID" />
<uses-permission android:name="com.huawei.android.launcher.permission.CHANGE_BADGE" />
<uses-permission android:name="com.vivo.notification.permission.BADGE_ICON" />
<uses-feature android:name="android.hardware.camera.front" android:required="false" />
<uses-feature android:name="android.hardware.camera.flash" android:required="false" />
<uses-feature android:name="android.hardware.screen.landscape" android:required="false" />
<uses-feature android:name="android.hardware.wifi" android:required="false" />
<application android:theme="@style/CusAppTheme" android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:name="com.stub.StubApp" android:allowBackup="false" android:largeHeap="true" android:supportsRtl="true" android:extractNativeLibs="true" android:fullBackupContent="@xml/backup_rules" android:usesCleartextTraffic="true" android:networkSecurityConfig="@xml/network_security_config" android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:requestLegacyExternalStorage="true" android:dataExtractionRules="@xml/data_extraction_rules">
<meta-data android:name="UMENG_CHANNEL" android:value="guanwang" />
<meta-data android:name="design_width_in_dp" android:value="360" />
<meta-data android:name="design_height_in_dp" android:value="720" />
<activity android:theme="@android:style/Theme.Translucent" android:name="cq.fljt.elderlyprotection.wxapi.WXPayEntryActivity" android:exported="true" android:screenOrientation="portrait" />
<activity android:theme="@android:style/Theme.Translucent" android:label="@string/app_name" android:name="cq.fljt.elderlyprotection.wxapi.WXEntryActivity" android:exported="true" />
<service android:label="dexopt" android:name="com.tencent.smtt.export.external.DexClassLoaderProviderService" android:process=":dexopt" />
<provider android:name="androidx.core.content.FileProvider" android:authorities="cq.fljt.elderlyprotection.FileProvider" android:grantUriPermissions="true">
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths" />
</provider>
<activity android:name="cq.fljt.elderlyprotection.ui.startpage.StartPageFirstAct" android:exported="true" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|layoutDirection|orientation|screenSize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.HOME" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<activity android:name="cq.fljt.elderlyprotection.ui.startpage.StartPageActivity" android:exported="true" android:screenOrientation="portrait" />
<activity android:name="com.mylib.libcore.yfc.web.BaseWebActivity" android:exported="true" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|layoutDirection|orientation|screenSize" android:windowSoftInputMode="adjustResize|stateHidden" android:hardwareAccelerated="true" />
<service android:label="老人守护助手" android:name="cq.fl.elderlyprotection.service.MyAccessibilityService" android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE" android:enabled="true" android:exported="false" android:foregroundServiceType="location">
<intent-filter>
<action android:name="android.accessibilityservice.AccessibilityService" />
</intent-filter>
<meta-data android:name="android.accessibilityservice" android:resource="@xml/accessibility_service_config" />
</service>
<service android:name="cq.fl.elderlyprotection.fall.FallDetectionService" android:enabled="true" android:exported="true" />
<service android:label="@string/app_name" android:name="cq.fl.elderlyprotection.service.MyForegroundService" android:enabled="true" android:exported="true" android:directBootAware="true" android:foregroundServiceType="connectedDevice|dataSync|location|mediaPlayback|mediaProjection|phoneCall" />
<receiver android:name="cq.fl.elderlyprotection.receiver.BootCompleteReceiver" android:enabled="true" android:exported="true">
<intent-filter>
<action android:name="android.intent.action.SCREEN_ON" />
<action android:name="android.intent.action.SCREEN_OFF" />
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>
<receiver android:name="cq.fl.elderlyprotection.receiver.BatteryLevelReceiver" />
<receiver android:name="cq.fl.elderlyprotection.receiver.ScreenReceiver" />
<activity android:theme="@style/HooliganActivityStyle" android:name="cq.fl.elderlyprotection.ui.OnePixelActivity" android:exported="false" android:finishOnTaskLaunch="false" android:excludeFromRecents="true" android:launchMode="singleInstance" android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenSize" />
<activity android:name="cq.fl.elderlyprotection.ui.younger.MainYoungerActivity" android:exported="true" android:launchMode="singleTask" android:screenOrientation="portrait" />
<activity android:name="cq.fl.elderlyprotection.ui.younger.YoungerGuideAct" android:exported="false" android:launchMode="singleTask" android:screenOrientation="portrait" />
<activity android:name="cq.fl.elderlyprotection.ui.elder.ElderFirstSetContactAct" android:exported="false" android:launchMode="singleTask" android:screenOrientation="portrait" />
<activity android:name="cq.fl.elderlyprotection.ui.QRCodeScannerActivity" android:launchMode="singleTask" android:screenOrientation="portrait" />
<activity android:name="cq.fl.elderlyprotection.ui.elder.MainElderAct" android:exported="true" android:launchMode="singleTask" android:screenOrientation="portrait" />
<activity android:name="cq.fl.elderlyprotection.ui.elder.ImageToTxtAct" android:exported="false" android:launchMode="singleTask" android:screenOrientation="portrait" />
<activity android:name="cq.fl.elderlyprotection.ui.younger.GeographicFenceAct" android:launchMode="singleTask" android:screenOrientation="portrait" />
<activity android:name="cq.fl.elderlyprotection.ui.younger.HelpBindElderAct" android:launchMode="singleTask" android:screenOrientation="portrait" />
<activity android:name="cq.fl.elderlyprotection.ui.younger.DeviceDetailInfoAct" android:launchMode="singleTask" android:screenOrientation="portrait" />
<activity android:name="cq.fl.elderlyprotection.ui.younger.SearchPoilAreaAct" android:launchMode="singleTask" android:screenOrientation="portrait" />
<activity android:name="cq.fl.elderlyprotection.ui.VideoPreviewAct" android:launchMode="singleTask" android:screenOrientation="portrait" />
<activity android:name="cq.fl.elderlyprotection.ui.OriginalPayAct" android:launchMode="singleTask" android:screenOrientation="portrait" />
<activity android:name="com.app.login.mvvm.activity.LoginActivity" android:screenOrientation="portrait" />
<activity android:name="com.app.login.mvvm.activity.UserInfoActivity" android:screenOrientation="portrait" />
<activity android:name="com.app.login.mvvm.activity.BindPhoneActivity" android:screenOrientation="portrait" />
<service android:name="com.amap.api.location.APSService" />
<meta-data android:name="com.amap.api.v2.apikey" android:value="db5b3efa7dea352b20d75366a717c95b" />
<service android:name="cq.fljt.amap.service.LocationService" android:enabled="true" android:exported="true" android:directBootAware="true" android:foregroundServiceType="location" />
<activity android:name="com.app.auto.wechat.ui.sendmessage.WechatSendMessageActivity" android:screenOrientation="portrait" android:windowSoftInputMode="adjustPan" />
<activity android:name="com.app.auto.wechat.ui.target.WechatTargetActivity" android:screenOrientation="portrait" />
<activity android:name="com.app.auto.wechat.ui.target.WechatTargetGroupActivity" android:screenOrientation="portrait" />
<activity android:name="com.app.auto.wechat.ui.target.WechatTargetFriendActivity" android:screenOrientation="portrait" />
<activity android:name="com.app.auto.wechat.ui.checkfriend.WechatCheckFriendActivity" android:screenOrientation="portrait" />
<activity android:name="com.app.auto.wechat.ui.checkfriend.WechatCheckFriendTargetActivity" android:screenOrientation="portrait" />
<activity android:name="com.app.auto.wechat.ui.checkfriend.WechatCheckFriendResultActivity" android:screenOrientation="portrait" />
<meta-data android:name="com.huawei.hms.client.appid" android:value="109179179" />
<meta-data android:name="com.vivo.push.api_key" android:value="e295a8a6081ade03c48c6f3b607862b9" />
<meta-data android:name="com.vivo.push.app_id" android:value="105678121" />
<activity android:name="com.mylib.libcore.yfc.util.umeng.UMThirdPartMessageActivity" android:exported="true">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="agoo" android:host="cq.fljt.elderlyprotection" android:path="/thirdpush" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.mylib.libcore.yfc.util.umeng.UMNotificationClickActivity" android:exported="false" android:excludeFromRecents="true" android:screenOrientation="behind" />
<activity android:name="com.mylib.libcore.yfc.imageshow.ImageShowActivity" android:screenOrientation="portrait" />
<activity android:name="com.mylib.libcore.yfc.base.mvvm.ContainerActivity" android:screenOrientation="portrait" />
<provider android:name="com.lzf.easyfloat.EasyFloatInitializer" android:exported="false" android:multiprocess="true" android:authorities="cq.fljt.elderlyprotection.EasyFloatInitializer" />
<activity android:name="net.sourceforge.simcpux.TestWechatActivity" android:exported="true" android:launchMode="singleTask" />
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="net.sourceforge.simcpux.wxapi.WXEntryActivity" android:exported="true" android:taskAffinity="net.sourceforge.simcpux" android:launchMode="singleTask" />
<activity android:theme="@style/MMTheme.Basic" android:name="net.sourceforge.simcpux.SendToWXActivity" android:launchMode="singleTask" android:windowSoftInputMode="stateHidden" />
<activity android:theme="@style/MMTheme.Basic" android:name="net.sourceforge.simcpux.GetFromWXActivity" />
<activity android:theme="@style/MMTheme.Basic" android:name="net.sourceforge.simcpux.ShowFromWXActivity" />
<receiver android:name="net.sourceforge.simcpux.AppRegister" android:permission="com.tencent.mm.plugin.permission.SEND" android:exported="true">
<intent-filter>
<action android:name="com.tencent.mm.plugin.openapi.Intent.ACTION_REFRESH_WXAPP" />
</intent-filter>
</receiver>
<activity android:theme="@style/MMTheme.Basic" android:label="@string/subscribe_message" android:name="net.sourceforge.simcpux.SubscribeMessageActivity" />
<activity android:theme="@style/MMTheme.Basic" android:label="@string/subscribe_message" android:name="net.sourceforge.simcpux.SubscribeMiniProgramMsgActivity" />
<activity android:theme="@style/MMTheme.Basic" android:name="net.sourceforge.simcpux.WxUserInfoActivity" />
<activity android:theme="@style/ActivityTranslucent" android:name="com.blankj.utilcode.util.UtilsTransActivity4MainProcess" android:exported="false" android:configChanges="keyboardHidden|orientation|screenSize" android:windowSoftInputMode="stateAlwaysHidden" />
<activity android:theme="@style/ActivityTranslucent" android:name="com.blankj.utilcode.util.UtilsTransActivity" android:exported="false" android:multiprocess="true" android:configChanges="keyboardHidden|orientation|screenSize" android:windowSoftInputMode="stateAlwaysHidden" />
<provider android:name="com.blankj.utilcode.util.UtilsFileProvider" android:exported="false" android:authorities="cq.fljt.elderlyprotection.utilcode.fileprovider" android:grantUriPermissions="true">
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/util_code_provider_paths" />
</provider>
<service android:name="com.blankj.utilcode.util.MessengerUtils$ServerService" android:exported="false">
<intent-filter>
<action android:name="cq.fljt.elderlyprotection.messenger" />
</intent-filter>
</service>
<meta-data android:name="android.notch_support" android:value="true" />
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.lxj.xpopup.util.XPermission$PermissionActivity" />
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.google.android.gms.auth.api.signin.internal.SignInHubActivity" android:exported="false" android:excludeFromRecents="true" />
<service android:name="com.google.android.gms.auth.api.signin.RevocationBoundService" android:permission="com.google.android.gms.auth.api.signin.permission.REVOCATION_NOTIFICATION" android:exported="true" android:visibleToInstantApps="true" />
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.google.android.gms.common.api.GoogleApiActivity" android:exported="false" />
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
<provider android:name="com.luck.picture.lib.basic.PictureFileProvider" android:exported="false" android:authorities="cq.fljt.elderlyprotection.luckProvider" android:grantUriPermissions="true">
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/ps_file_paths" />
</provider>
<service android:name="com.luck.picture.lib.service.ForegroundService" android:enabled="true" android:foregroundServiceType="location" />
<activity android:theme="@style/Base.Theme.NoActionBar" android:name="com.luck.picture.lib.basic.PictureSelectorSupporterActivity" android:configChanges="keyboardHidden|orientation|screenSize" />
<activity android:theme="@style/Picture.Theme.Translucent" android:name="com.luck.picture.lib.basic.PictureSelectorTransparentActivity" android:configChanges="keyboardHidden|orientation|screenSize" />
<activity android:theme="@style/Theme.AppCompat.Light.NoActionBar" android:name="com.yalantis.ucrop.UCropActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" />
<activity android:theme="@style/Theme.AppCompat.Light.NoActionBar" android:name="com.yalantis.ucrop.UCropMultipleActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" />
<activity android:theme="@style/Base.Theme.NoActionBar" android:name="com.luck.lib.camerax.PictureCameraActivity" android:configChanges="keyboardHidden|orientation|screenSize" />
<uses-library android:name="org.apache.http.legacy" android:required="false" />
<activity android:theme="@style/Theme.ActivityDialogStyle" android:name="com.netease.nis.quicklogin.ui.CmccLoginActivity" android:screenOrientation="behind" android:configChanges="keyboardHidden|orientation|screenSize" />
<activity-alias android:name="com.cmic.gen.sdk.view.GenLoginAuthActivity" android:screenOrientation="behind" android:configChanges="keyboardHidden|orientation|screenSize" android:targetActivity="com.netease.nis.quicklogin.ui.CmccLoginActivity" />
<activity android:theme="@style/Theme.ActivityDialogStyle" android:name="com.netease.nis.quicklogin.ui.ProtocolDetailActivity" android:screenOrientation="behind" />
<activity android:theme="@style/Theme.ActivityDialogStyle" android:name="com.netease.nis.quicklogin.ui.YDQuickLoginActivity" android:screenOrientation="behind" android:configChanges="keyboardHidden|orientation|screenSize" />
<meta-data android:name="com.bumptech.glide.integration.okhttp3.OkHttpGlideModule" android:value="GlideModule" />
<meta-data android:name="com.bumptech.glide.integration.webp.WebpGlideModule" android:value="GlideModule" />
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.previewlibrary.GPreviewActivity" />
<activity android:name="com.previewlibrary.GPVideoPlayerActivity" />
<provider android:name="androidx.startup.InitializationProvider" android:exported="false" android:authorities="cq.fljt.elderlyprotection.androidx-startup">
<meta-data android:name="androidx.emoji2.text.EmojiCompatInitializer" android:value="androidx.startup" />
<meta-data android:name="androidx.lifecycle.ProcessLifecycleInitializer" android:value="androidx.startup" />
<meta-data android:name="androidx.profileinstaller.ProfileInstallerInitializer" android:value="androidx.startup" />
</provider>
<service android:name="androidx.room.MultiInstanceInvalidationService" android:exported="false" android:directBootAware="true" />
<service android:name="androidx.camera.core.impl.MetadataHolderService" android:enabled="false" android:exported="false">
<meta-data android:name="androidx.camera.core.impl.MetadataHolderService.DEFAULT_CONFIG_PROVIDER" android:value="androidx.camera.camera2.Camera2Config$DefaultProvider" />
</service>
<receiver android:name="androidx.profileinstaller.ProfileInstallReceiver" android:permission="android.permission.DUMP" android:enabled="true" android:exported="true" android:directBootAware="false">
<intent-filter>
<action android:name="androidx.profileinstaller.action.INSTALL_PROFILE" />
</intent-filter>
<intent-filter>
<action android:name="androidx.profileinstaller.action.SKIP_FILE" />
</intent-filter>
<intent-filter>
<action android:name="androidx.profileinstaller.action.SAVE_PROFILE" />
</intent-filter>
<intent-filter>
<action android:name="androidx.profileinstaller.action.BENCHMARK_OPERATION" />
</intent-filter>
</receiver>
<provider android:name="me.jessyan.autosize.InitProvider" android:exported="false" android:multiprocess="true" android:authorities="cq.fljt.elderlyprotection.autosize-init-provider" />
<service android:name="com.umeng.message.component.UmengIntentService" android:exported="false">
<intent-filter>
<action android:name="org.agoo.android.intent.action.RECEIVE" />
</intent-filter>
</service>
<service android:name="com.umeng.message.component.UmengMessageReceiverService" android:exported="false">
<intent-filter>
<action android:name="org.android.agoo.client.MessageReceiverService" />
</intent-filter>
</service>
<service android:name="com.umeng.message.component.UmengMessageHandlerService" android:permission="android.permission.BIND_JOB_SERVICE" android:exported="false">
<intent-filter>
<action android:name="com.umeng.message.action" />
</intent-filter>
</service>
<provider android:name="com.umeng.message.component.UmengMessageProvider" android:exported="false" android:authorities="cq.fljt.elderlyprotection.umeng.message" />
<receiver android:name="com.umeng.message.component.UmengNotificationReceiver" android:exported="false" />
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.umeng.message.component.UmengNotificationClickActivity" android:exported="false" />
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.umeng.message.notify.UPushMessageNotifyActivity" android:exported="false" android:taskAffinity="cq.fljt.elderlyprotection.u_push" android:excludeFromRecents="true" android:launchMode="singleTask" android:screenOrientation="behind" />
<activity-alias android:name="com.umeng.message.UMessageNotifyActivity" android:exported="true" android:targetActivity="com.umeng.message.notify.UPushMessageNotifyActivity">
<intent-filter>
<action android:name="com.umeng.message.action.notify" />
</intent-filter>
</activity-alias>
<service android:name="com.taobao.accs.ChannelService" android:exported="false">
<intent-filter>
<action android:name="com.taobao.accs.intent.action.START_SERVICE" />
</intent-filter>
<intent-filter>
<action android:name="com.taobao.accs.intent.action.ELECTION" />
</intent-filter>
</service>
<service android:name="com.taobao.accs.ChannelService$KernelService" android:exported="false" />
<service android:name="com.taobao.accs.data.MsgDistributeService" android:exported="true">
<intent-filter>
<action android:name="com.taobao.accs.intent.action.RECEIVE" />
</intent-filter>
</service>
<service android:name="com.taobao.accs.internal.AccsJobService" android:permission="android.permission.BIND_JOB_SERVICE" android:exported="false" />
<service android:name="org.android.agoo.accs.AgooService" android:exported="false">
<intent-filter>
<action android:name="com.taobao.accs.intent.action.RECEIVE" />
</intent-filter>
</service>
<receiver android:name="com.taobao.accs.ServiceReceiver" android:exported="false">
<intent-filter>
<action android:name="com.taobao.accs.intent.action.COMMAND" />
</intent-filter>
<intent-filter>
<action android:name="com.taobao.accs.intent.action.START_FROM_AGOO" />
</intent-filter>
</receiver>
<activity android:theme="@style/zxing_CaptureTheme" android:name="com.journeyapps.barcodescanner.CaptureActivity" android:clearTaskOnLaunch="true" android:stateNotNeeded="true" android:screenOrientation="sensorLandscape" android:windowSoftInputMode="stateAlwaysHidden" />
</application>
</manifest>