1108 lines
41 KiB
XML
1108 lines
41 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||
xmlns:tools="http://schemas.android.com/tools"
|
||
android:installLocation="auto">
|
||
|
||
<!-- replace package com.hbl.yuliao with your package name -->
|
||
<!-- add uses-permission into your AndroidManifest -->
|
||
<!-- NFC所需权限-->
|
||
<uses-permission android:name="android.permission.NFC" />
|
||
|
||
<uses-feature
|
||
android:name="android.hardware.nfc"
|
||
android:required="false" />
|
||
|
||
<permission
|
||
android:name="com.hbl.yuliao.permission.RECEIVE_MSG"
|
||
android:protectionLevel="signature"
|
||
tools:ignore="UniquePermission" />
|
||
|
||
<!-- receive SDK broadcast, replace package com.hbl.yuliao with your package name -->
|
||
<uses-permission android:name="com.hbl.yuliao.permission.RECEIVE_MSG" />
|
||
|
||
<!-- <uses-permission-->
|
||
<!-- android:name="android.permission.QUERY_ALL_PACKAGES"-->
|
||
<!-- tools:ignore="QueryAllPackagesPermission" />-->
|
||
<uses-permission android:name="android.permission.LAUNCH_APP" />
|
||
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
|
||
|
||
<!-- xiaomi push -->
|
||
<permission
|
||
android:name="com.hbl.yuliao.permission.MIPUSH_RECEIVE"
|
||
android:protectionLevel="signature" />
|
||
<uses-permission android:name="com.hbl.yuliao.permission.MIPUSH_RECEIVE" />
|
||
|
||
<uses-sdk tools:overrideLibrary="com.huawei.android.hms.base,com.huawei.android.hms.push" />
|
||
<uses-feature
|
||
android:name="android.hardware.camera"
|
||
android:required="false" />
|
||
<!--meuzu push-->
|
||
<!-- down Flyme5 version -->
|
||
<uses-permission android:name="com.meizu.flyme.push.permission.RECEIVE" />
|
||
<permission
|
||
android:name="com.hbl.yuliao.push.permission.MESSAGE"
|
||
android:protectionLevel="signature" />
|
||
|
||
<uses-permission android:name="com.hbl.yuliao.push.permission.MESSAGE" />
|
||
<uses-permission android:name="android.permission.EXPAND_STATUS_BAR" />
|
||
<!--去掉-->
|
||
<uses-permission
|
||
android:name="android.permission.MANAGE_EXTERNAL_STORAGE"
|
||
tools:node="remove" />
|
||
|
||
<uses-permission
|
||
android:name="android.permission.REQUEST_PASSWORD_COMPLEXITY"
|
||
tools:node="remove" />
|
||
|
||
<uses-permission
|
||
android:name="android.permission.QUERY_ALL_PACKAGES"
|
||
tools:node="remove" />
|
||
<uses-permission
|
||
android:name="android.permission.REQUEST_INSTALL_PACKAGES"
|
||
tools:node="remove" />
|
||
<uses-permission
|
||
android:name="android.permission.ACCESS_BACKGROUND_LOCATION"
|
||
tools:node="remove" />
|
||
<!-- Flyme3 -->
|
||
<uses-permission android:name="com.meizu.c2dm.permission.RECEIVE" />
|
||
<permission
|
||
android:name="com.hbl.yuliao.permission.C2D_MESSAGE"
|
||
android:protectionLevel="signature" />
|
||
<uses-permission android:name="com.hbl.yuliao.permission.C2D_MESSAGE" />
|
||
|
||
<!-- oppo push-->
|
||
<uses-permission android:name="com.coloros.mcs.permission.RECIEVE_MCS_MESSAGE" />
|
||
<uses-permission android:name="com.heytap.mcs.permission.RECIEVE_MCS_MESSAGE" />
|
||
<!-- 8.0+系统需要-->
|
||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
|
||
|
||
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
|
||
|
||
<uses-permission android:name="android.permission.READ_CONTACTS" />
|
||
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES" />
|
||
<uses-permission android:name="android.permission.READ_MEDIA_VIDEO" />
|
||
<uses-permission android:name="android.permission.FLASHLIGHT" />
|
||
<uses-permission android:name="android.permission.VIBRATE" />
|
||
<!-- 外置存储存取权限 -->
|
||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
|
||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||
|
||
<!-- 多媒体相关 -->
|
||
<uses-permission android:name="android.permission.CAMERA" />
|
||
<uses-permission android:name="android.permission.RECORD_AUDIO" />
|
||
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
|
||
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
|
||
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"
|
||
tools:ignore="UniquePermission" />
|
||
<permission android:name="com.netease.nim.demo.permission.RECEIVE_MSG" />
|
||
|
||
<!--可选权限-->
|
||
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"/>
|
||
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
|
||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
|
||
<uses-permission android:name="android.permission.BLUETOOTH"/>
|
||
<!-- 对于 Android 12.0 及以上且集成 v4.1.0 以下 SDK 的设备,还需要添加以下权限 -->
|
||
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT"/>
|
||
<!-- 对于 Android 12.0 及以上设备,还需要添加以下权限 -->
|
||
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
|
||
<uses-permission android:name="android.permission.BLUETOOTH_SCAN"/>
|
||
<!--查詢特定應用-->
|
||
<queries>
|
||
<package android:name="com.tencent.mm" />
|
||
<package android:name="com.google.android.gsf" />
|
||
</queries>
|
||
|
||
<application
|
||
android:name=".IMApplication"
|
||
android:allowBackup="true"
|
||
android:allowNativeHeapPointerTagging="false"
|
||
android:icon="@mipmap/ic_launche"
|
||
android:label="@string/app_name"
|
||
android:networkSecurityConfig="@xml/network_security_config"
|
||
android:requestLegacyExternalStorage="true"
|
||
android:roundIcon="@mipmap/ic_launche_round"
|
||
android:supportsRtl="true"
|
||
android:theme="@style/Theme.Xkit">
|
||
<meta-data
|
||
android:name="com.netease.nim.appKey"
|
||
android:value="${IMAPPKEY}" />
|
||
<!--正式环境:c38c8bbebf7d12992d2a361bfceb6c6f-->
|
||
<!--测试环境:4cb6b0998f9e7af9d7673963e429959a-->
|
||
|
||
<meta-data
|
||
android:name="com.netease.nim.oversea.appKey"
|
||
android:value="${IMAPPKEY}" />
|
||
<meta-data
|
||
android:name="com.amap.api.v2.apikey"
|
||
android:value="a7ea3116103443c86946f8a5915a15ab" />
|
||
|
||
|
||
<meta-data
|
||
android:name="com.google.android.geo.API_KEY"
|
||
android:value="@string/google_map_key" />
|
||
|
||
<meta-data
|
||
android:name="com.google.android.gms.version"
|
||
android:value="@integer/google_play_services_version" />
|
||
|
||
|
||
<activity
|
||
android:name=".welcome.WelcomeActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait"
|
||
android:theme="@style/SampleTheme">
|
||
<intent-filter>
|
||
<action android:name="android.intent.action.MAIN" />
|
||
<category android:name="android.intent.category.LAUNCHER" />
|
||
</intent-filter>
|
||
<intent-filter>
|
||
<data
|
||
android:host="time_go_mm"
|
||
android:path="/add_user"
|
||
android:scheme="timego" />
|
||
|
||
<category android:name="android.intent.category.DEFAULT" />
|
||
<category android:name="android.intent.category.BROWSABLE" />
|
||
|
||
<action android:name="android.intent.action.VIEW" />
|
||
</intent-filter>
|
||
<intent-filter>
|
||
<data
|
||
android:host="time_go_mm"
|
||
android:path="/join_group"
|
||
android:scheme="timego" />
|
||
|
||
<category android:name="android.intent.category.DEFAULT" />
|
||
<category android:name="android.intent.category.BROWSABLE" />
|
||
|
||
<action android:name="android.intent.action.VIEW" />
|
||
</intent-filter>
|
||
|
||
<intent-filter>
|
||
<data
|
||
android:host="time_go_mm"
|
||
android:path="/scan_score"
|
||
android:scheme="timego" />
|
||
|
||
<category android:name="android.intent.category.DEFAULT" />
|
||
<category android:name="android.intent.category.BROWSABLE" />
|
||
|
||
<action android:name="android.intent.action.VIEW" />
|
||
</intent-filter>
|
||
</activity>
|
||
<!-- <service-->
|
||
<!-- android:name=".NotificationMsgService"-->
|
||
<!-- android:enabled="true"-->
|
||
<!-- android:exported="false" />-->
|
||
|
||
<service
|
||
android:name="com.netease.nimlib.service.NimService"
|
||
android:exported="true"
|
||
|
||
android:process=":core" />
|
||
|
||
<service
|
||
android:name="com.netease.nimlib.service.NimService$Aux"
|
||
android:process=":core" />
|
||
|
||
<!-- 云信后台辅助服务 -->
|
||
<service
|
||
android:name="com.netease.nimlib.job.NIMJobService"
|
||
android:exported="true"
|
||
android:permission="android.permission.BIND_JOB_SERVICE"
|
||
android:process=":core"
|
||
tools:replace="android:exported" />
|
||
|
||
<!-- 云信监视系统启动和网络变化的广播接收器,保持和 NimService 同一进程 -->
|
||
<receiver
|
||
android:name="com.netease.nimlib.service.NimReceiver"
|
||
android:exported="false"
|
||
android:process=":core">
|
||
<intent-filter>
|
||
<action android:name="android.intent.action.BOOT_COMPLETED" />
|
||
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
|
||
</intent-filter>
|
||
</receiver>
|
||
|
||
<!-- 云信进程间通信 Receiver -->
|
||
<receiver android:name="com.netease.nimlib.service.ResponseReceiver" />
|
||
|
||
<!-- 云信进程间通信service -->
|
||
<service android:name="com.netease.nimlib.service.ResponseService" />
|
||
|
||
|
||
<!--====================================新加的页面 start========================================-->
|
||
|
||
<activity
|
||
android:name=".login.LoginActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait">
|
||
|
||
</activity>
|
||
<activity
|
||
android:name="com.hbl.yuliao.map.LocationPageActivity1"
|
||
android:finishOnTaskLaunch="true"
|
||
android:screenOrientation="portrait"
|
||
android:theme="@style/TransTheme"
|
||
android:windowSoftInputMode="adjustResize" />
|
||
<activity
|
||
android:name=".login.PhoneLoginActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait">
|
||
|
||
</activity>
|
||
|
||
<activity
|
||
android:name=".login.RegisterActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait">
|
||
|
||
</activity>
|
||
|
||
|
||
<activity
|
||
android:name=".voom.PushActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait">
|
||
|
||
</activity>
|
||
<activity
|
||
android:name=".voom.TiktoInfokActivity"
|
||
android:exported="true"
|
||
android:hardwareAccelerated="true"
|
||
android:screenOrientation="portrait"
|
||
android:theme="@style/Theme.Xkittok">
|
||
|
||
</activity>
|
||
|
||
<activity
|
||
android:name=".contact.UserInfoActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait"
|
||
android:theme="@style/AppThemeStart">
|
||
|
||
|
||
</activity>
|
||
<activity
|
||
android:name=".main.mine.BuyAccountActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait"
|
||
android:theme="@style/AppThemeStart">
|
||
|
||
|
||
</activity>
|
||
<activity
|
||
android:name=".contact.FunBlackListActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait">
|
||
|
||
</activity>
|
||
<activity
|
||
android:name=".contact.ContactGroupSettingActivity"
|
||
android:exported="false"
|
||
android:screenOrientation="portrait" />
|
||
|
||
<activity
|
||
android:name=".voom.TiktokActivity"
|
||
android:exported="true"
|
||
android:hardwareAccelerated="true"
|
||
android:screenOrientation="portrait"
|
||
android:theme="@style/AppThemeStart"
|
||
android:windowSoftInputMode="adjustPan">
|
||
|
||
</activity>
|
||
|
||
<!-- <activity-->
|
||
<!-- android:name=".voom.TiktokActivity1"-->
|
||
<!-- android:exported="true"-->
|
||
<!-- android:screenOrientation="portrait"-->
|
||
<!-- android:theme="@style/Theme.Xkittok"-->
|
||
<!-- android:windowSoftInputMode="adjustPan">-->
|
||
|
||
<!-- </activity>-->
|
||
|
||
<activity
|
||
android:name=".voom.TiktokActivityMe"
|
||
android:exported="true"
|
||
android:hardwareAccelerated="true"
|
||
android:screenOrientation="portrait"
|
||
android:theme="@style/AppThemeStart">
|
||
|
||
</activity>
|
||
<activity
|
||
android:name=".voom.MessageActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait">
|
||
|
||
</activity>
|
||
<activity
|
||
android:name=".main.mine.Help1Activity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait">
|
||
|
||
</activity>
|
||
|
||
<activity
|
||
android:name=".main.mine.HelpActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait">
|
||
|
||
</activity>
|
||
|
||
<activity
|
||
android:name=".main.mine.AccountAndSecurityActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait">
|
||
|
||
</activity>
|
||
|
||
<activity
|
||
android:name=".main.mine.UserInfoActivity"
|
||
android:exported="true"
|
||
android:theme="@style/AppThemeStart"
|
||
android:screenOrientation="portrait">
|
||
|
||
</activity>
|
||
|
||
<activity
|
||
android:name=".main.mine.AccoutListActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait">
|
||
|
||
</activity>
|
||
|
||
<activity
|
||
android:name=".main.mine.UserHeadEditActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait">
|
||
|
||
</activity>
|
||
|
||
<activity
|
||
android:name=".main.mine.FriendPermissionsActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait">
|
||
|
||
</activity>
|
||
|
||
<activity
|
||
android:name=".main.mine.SettingAccoutIdActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait">
|
||
|
||
</activity>
|
||
|
||
<activity
|
||
android:name=".main.mine.ChangeAccoutActionActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait">
|
||
|
||
</activity>
|
||
<activity
|
||
android:name=".main.mine.ChangePasswordActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait">
|
||
|
||
</activity>
|
||
<activity
|
||
android:name=".main.mine.UnBindPhoneActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait">
|
||
|
||
</activity>
|
||
|
||
<activity
|
||
android:name=".main.mine.ChangePhoneActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait">
|
||
|
||
</activity>
|
||
|
||
|
||
<activity
|
||
android:name="com.huawei.hms.hmsscankit.MyScanKitActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name="com.huawei.hms.hmsscankit.HtmlScanKitActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
|
||
<activity
|
||
android:name=".main.authorize.AuthorizeActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
|
||
<!-- <activity
|
||
android:name=".main.index.AiChatActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />-->
|
||
|
||
<activity
|
||
android:name=".redpack.TransferAccountsActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
|
||
<activity
|
||
android:name=".redpack.TransferInfoActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
|
||
<activity
|
||
android:name=".redpack.ReceiveRedPacketActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait"
|
||
android:theme="@style/AppThemeStart" />
|
||
|
||
<activity
|
||
android:name=".redpack.SendRedPacketActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".redpack.SendGiftRedPacketActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
|
||
<activity
|
||
android:name=".imkit.selector.FunContactSelectorActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
|
||
<activity
|
||
android:name=".imkit.team.TeamSettingActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".imkit.team.ZhuanShuListActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
|
||
<activity
|
||
android:name=".imkit.team.TeamAnnouncementActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".imkit.team.SettingResourceActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".imkit.person.PersonSettingActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".imkit.person.PersonOtherSettingActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".imkit.team.TeamOtherSettingActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".imkit.base.BaseSettingOtherActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".imkit.team.TeamHeadBgSettingActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".imkit.team.BaseTeamQrSettingActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="fullSensor" />
|
||
<activity
|
||
android:name=".imkit.team.TeamMembersListActivity"
|
||
android:exported="true"
|
||
android:finishOnTaskLaunch="true"
|
||
android:screenOrientation="portrait"
|
||
android:theme="@style/TransTheme"
|
||
android:windowSoftInputMode="adjustResize" />
|
||
<activity
|
||
android:name=".imkit.team.TeamMembersList1Activity"
|
||
android:exported="true"
|
||
android:finishOnTaskLaunch="true"
|
||
android:screenOrientation="portrait"
|
||
android:theme="@style/TransTheme"
|
||
android:windowSoftInputMode="adjustResize" />
|
||
|
||
<activity
|
||
android:name=".imkit.team.TeamMembersList2Activity"
|
||
android:exported="true"
|
||
android:finishOnTaskLaunch="true"
|
||
android:screenOrientation="portrait"
|
||
android:windowSoftInputMode="adjustResize" />
|
||
<activity
|
||
android:name=".imkit.team.TeamManagerActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".imkit.team.TeamMembersJinYanActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
|
||
|
||
<activity
|
||
android:name=".imkit.team.TeamAddManagerActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".imkit.team.TeamInvitedJoinActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
|
||
<activity
|
||
android:name=".pay.CollectionAndPaymentActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
|
||
<activity
|
||
android:name=".pay.LipinDuiHuanActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".pay.LipinDuiHuanSuccessActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".wallet.PaySettingActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".wallet.SumbitUsdtActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
|
||
<activity
|
||
android:name=".wallet.SetPayPasswordActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
|
||
<activity
|
||
android:name=".wallet.PayPasswordActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait"
|
||
android:theme="@style/AppThemeStart">
|
||
|
||
</activity>
|
||
<activity
|
||
android:name=".wallet.ShiMingActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait">
|
||
|
||
</activity>
|
||
<activity
|
||
android:name=".wallet.BankListActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait">
|
||
|
||
</activity>
|
||
<activity
|
||
android:name=".wallet.AddBankActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait">
|
||
|
||
</activity>
|
||
|
||
<activity
|
||
android:name=".wallet.ToBindWeChatOrAliPayActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait">
|
||
|
||
</activity>
|
||
<activity
|
||
android:name=".wallet.BindWeChatOrAliPayActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait">
|
||
|
||
</activity>
|
||
<activity
|
||
android:name=".wallet.AddOrChangeUSDTActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait">
|
||
|
||
</activity>
|
||
|
||
|
||
|
||
<activity
|
||
android:name=".wallet.WalletInfoActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".wallet.WalletInfoNewActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".wallet.WalletInfoRedActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".wallet.ChongZhiLogActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".wallet.TiXianLogActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".wallet.MyWalletActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
|
||
|
||
|
||
<activity
|
||
android:name=".wallet.GiftInfoActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".wallet.TopUpActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait"
|
||
android:windowSoftInputMode="adjustPan" />
|
||
<activity
|
||
android:name=".wallet.TiXianActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait"
|
||
android:windowSoftInputMode="adjustPan" />
|
||
<activity
|
||
android:name=".wallet.TopUpReusltActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".wallet.WalletInfoTongBiActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".main.mine.setting.SettingNewActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".main.mine.photo.UserPhotoListActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".main.mine.photo.UserPhotoDetailsActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".main.mine.photo.AddPhotoActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".main.mine.photo.EditPhotoActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".main.mine.photo.UserSelectPhotoActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".main.mine.photo.WatchImagesActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".game.JsBridgeActivity"
|
||
android:exported="false"
|
||
android:screenOrientation="portrait"
|
||
android:theme="@style/SampleTheme"
|
||
android:windowSoftInputMode="adjustResize" />
|
||
|
||
<activity
|
||
android:name=".pay.PaymentActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".pay.CollectionActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".pay.PaymentActivity1"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".pay.PaymentSuccessActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
|
||
<activity
|
||
android:name=".contact.ReportActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
|
||
<activity
|
||
android:name=".login.WangjiActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".login.ChongZhiActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".main.mine.CloseAccountActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
|
||
<activity
|
||
android:name=".main.message.NotifyMessageActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".main.message.NotifyActMessageActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".main.message.NotifyMessageDetailsActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
|
||
<!--====================================新加的页面 end========================================-->
|
||
|
||
|
||
<activity
|
||
android:name=".imkit.add.FunAddFriendActivity"
|
||
android:exported="false"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".imkit.verify.FunVerifyListActivity"
|
||
android:launchMode="singleTop"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".main.chat.EditChatRecordlistActivity"
|
||
android:exported="false"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".main.chat.ContactActivity"
|
||
android:exported="false"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".main.home.CustomServicesActivity"
|
||
android:exported="false"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".main.index.add.AddFriendsActivity"
|
||
android:exported="false"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".pay.NfcReaderActivity"
|
||
android:exported="true"
|
||
android:screenOrientation="portrait" />
|
||
|
||
<activity
|
||
android:name=".main.MainActivity"
|
||
android:configChanges="screenLayout|orientation"
|
||
android:exported="true"
|
||
android:largeHeap="true"
|
||
android:launchMode="singleTop"
|
||
android:screenOrientation="portrait"
|
||
android:theme="@style/SampleTheme_new">
|
||
|
||
<intent-filter>
|
||
<action android:name="https://netease.yunxin.im.demo.home" />
|
||
<category android:name="android.intent.category.DEFAULT" />
|
||
</intent-filter>
|
||
|
||
|
||
</activity>
|
||
|
||
<activity
|
||
android:name=".main.mine.MineInfoActivity"
|
||
android:exported="false"
|
||
android:screenOrientation="portrait" />
|
||
|
||
<activity
|
||
android:name=".main.mine.EditUserInfoActivity"
|
||
android:exported="false"
|
||
android:screenOrientation="portrait" />
|
||
<activity
|
||
android:name=".main.mine.EditFriendUserInfoActivity"
|
||
android:exported="false"
|
||
android:screenOrientation="portrait" />
|
||
|
||
<activity
|
||
android:name=".main.mine.TypeSelectActivity"
|
||
android:exported="false"
|
||
android:screenOrientation="portrait" />
|
||
|
||
<activity
|
||
android:name=".about.AboutActivity"
|
||
android:exported="false"
|
||
android:screenOrientation="portrait" />
|
||
|
||
<activity
|
||
android:name=".main.mine.setting.SettingActivity"
|
||
android:exported="false"
|
||
android:screenOrientation="portrait" />
|
||
|
||
<activity
|
||
android:name=".main.mine.setting.SkinActivity"
|
||
android:exported="false"
|
||
android:screenOrientation="portrait" />
|
||
|
||
<activity
|
||
android:name=".main.mine.setting.SettingNotifyActivity"
|
||
android:exported="false"
|
||
android:screenOrientation="portrait" />
|
||
|
||
|
||
<activity
|
||
android:name=".main.mine.setting.SettingNotifyRingActivity"
|
||
android:exported="false"
|
||
android:screenOrientation="portrait" />
|
||
|
||
<activity
|
||
android:name=".main.mine.setting.ClearCacheActivity"
|
||
android:exported="false"
|
||
android:screenOrientation="portrait" />
|
||
|
||
<!-- <activity-->
|
||
<!-- android:name=".wxapi.WXEntryActivity"-->
|
||
<!-- android:exported="true" />-->
|
||
<!-- <activity-->
|
||
|
||
<!-- android:name=".wxapi.WXPayEntryActivity"-->
|
||
<!-- android:exported="true" />-->
|
||
<activity
|
||
android:name=".welcome.ServerActivity"
|
||
android:exported="false"
|
||
android:screenOrientation="portrait" />
|
||
|
||
<!-- 云信 NIM SDK 进程间通信provider-->
|
||
<provider
|
||
android:name="com.netease.nimlib.ipc.NIMContentProvider"
|
||
android:authorities="com.hbl.yuliao.ipc.provider"
|
||
android:exported="false"
|
||
android:process=":core" />
|
||
<provider
|
||
android:name="com.netease.nimlib.ipc.cp.provider.PreferenceContentProvider"
|
||
android:authorities="com.hbl.yuliao.ipc.provider.preference"
|
||
android:exported="false" />
|
||
|
||
<!-- 小米推送配置 -->
|
||
<service
|
||
android:name="com.xiaomi.push.service.XMJobService"
|
||
android:enabled="true"
|
||
android:exported="false"
|
||
android:permission="android.permission.BIND_JOB_SERVICE"
|
||
android:process=":mixpush" />
|
||
|
||
<service
|
||
android:name="com.xiaomi.push.service.XMPushService"
|
||
android:enabled="true"
|
||
android:process=":mixpush" />
|
||
|
||
<receiver
|
||
android:name="com.xiaomi.push.service.receivers.PingReceiver"
|
||
android:exported="false"
|
||
android:process=":mixpush">
|
||
<intent-filter>
|
||
<action android:name="com.xiaomi.push.PING_TIMER" />
|
||
</intent-filter>
|
||
</receiver>
|
||
|
||
<receiver
|
||
android:name="com.xiaomi.push.service.receivers.NetworkStatusReceiver"
|
||
android:exported="true">
|
||
<intent-filter>
|
||
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
|
||
<category android:name="android.intent.category.DEFAULT" />
|
||
</intent-filter>
|
||
</receiver>
|
||
|
||
<service
|
||
android:name="com.xiaomi.mipush.sdk.PushMessageHandler"
|
||
android:enabled="true"
|
||
android:exported="true" />
|
||
|
||
<service
|
||
android:name="com.xiaomi.mipush.sdk.MessageHandleService"
|
||
android:enabled="true" />
|
||
|
||
<receiver
|
||
android:name="com.netease.nimlib.mixpush.mi.MiPushReceiver"
|
||
android:exported="true">
|
||
<intent-filter android:priority="0x7fffffff">
|
||
<action android:name="com.xiaomi.mipush.RECEIVE_MESSAGE" />
|
||
<action android:name="com.xiaomi.mipush.MESSAGE_ARRIVED" />
|
||
<action android:name="com.xiaomi.mipush.ERROR" />
|
||
</intent-filter>
|
||
</receiver>
|
||
|
||
<!--华为推送配置-->
|
||
<service
|
||
android:name="com.netease.nimlib.mixpush.hw.HWPushService"
|
||
android:exported="false">
|
||
<intent-filter>
|
||
<action android:name="com.huawei.push.action.MESSAGING_EVENT" />
|
||
</intent-filter>
|
||
|
||
</service>
|
||
<service
|
||
android:name=".push.HWPushMessageService"
|
||
android:exported="false">
|
||
<intent-filter>
|
||
<action android:name="com.netease.nimlib.mixpush.hw.action.MESSAGING_EVENT" />
|
||
</intent-filter>
|
||
|
||
</service>
|
||
|
||
<!-- fcm -->
|
||
<service
|
||
android:name="com.netease.nimlib.mixpush.fcm.FCMTokenService"
|
||
android:exported="true">
|
||
<intent-filter>
|
||
<action android:name="com.google.firebase.INSTANCE_ID_EVENT" />
|
||
</intent-filter>
|
||
</service>
|
||
|
||
<!--设置收到 fcm 通知展示的图标和颜色-->
|
||
<meta-data
|
||
android:name="com.google.firebase.messaging.default_notification_icon"
|
||
android:resource="@mipmap/ic_launche" />
|
||
<meta-data
|
||
android:name="com.google.firebase.messaging.default_notification_color"
|
||
android:resource="@color/color_6b3689" />
|
||
|
||
<!--魅族推送配置项-->
|
||
<receiver
|
||
android:name="com.netease.nimlib.mixpush.mz.MZPushReceiver"
|
||
android:exported="true">
|
||
<intent-filter android:priority="0x7fffffff">
|
||
<!-- 接收 push 消息 -->
|
||
<action android:name="com.meizu.flyme.push.intent.MESSAGE" />
|
||
<!-- 接收 register 消息 -->
|
||
<action android:name="com.meizu.flyme.push.intent.REGISTER.FEEDBACK" />
|
||
<!-- 接收 unregister 消息-->
|
||
<action android:name="com.meizu.flyme.push.intent.UNREGISTER.FEEDBACK" />
|
||
<!-- 兼容低版本 Flyme3 推送服务配置 -->
|
||
<action android:name="com.meizu.c2dm.intent.REGISTRATION" />
|
||
<action android:name="com.meizu.c2dm.intent.RECEIVE" />
|
||
|
||
<category android:name="com.netease.nim.demo" />
|
||
</intent-filter>
|
||
</receiver>
|
||
|
||
<!--Vivo推送配置项-->
|
||
<service
|
||
android:name="com.vivo.push.sdk.service.CommandClientService"
|
||
android:exported="true"
|
||
android:permission="com.push.permission.UPSTAGESERVICE" />
|
||
<activity
|
||
android:name="com.vivo.push.sdk.LinkProxyClientActivity"
|
||
android:exported="false"
|
||
android:screenOrientation="portrait"
|
||
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
|
||
|
||
<meta-data
|
||
android:name="com.vivo.push.api_key"
|
||
android:value="api_key" />
|
||
<meta-data
|
||
android:name="com.vivo.push.app_id"
|
||
android:value="app_id" />
|
||
|
||
<receiver
|
||
android:name="com.netease.nimlib.mixpush.vivo.VivoPushReceiver"
|
||
android:exported="true">
|
||
<intent-filter>
|
||
<!-- 接收 push 消息 -->
|
||
<action android:name="com.vivo.pushclient.action.RECEIVE" />
|
||
</intent-filter>
|
||
</receiver>
|
||
|
||
<!--Oppo推送配置项 需要配置以下两项-->
|
||
<service
|
||
android:name="com.netease.nimlib.mixpush.oppo.OppoPushService"
|
||
|
||
android:exported="true"
|
||
android:permission="com.coloros.mcs.permission.SEND_MCS_MESSAGE">
|
||
<intent-filter>
|
||
<action android:name="com.coloros.mcs.action.RECEIVE_MCS_MESSAGE" />
|
||
</intent-filter>
|
||
</service> <!--兼容Q以下版本-->
|
||
|
||
<service
|
||
android:name="com.netease.nimlib.mixpush.oppo.OppoAppPushService"
|
||
|
||
android:exported="true"
|
||
android:permission="com.heytap.mcs.permission.SEND_PUSH_MESSAGE">
|
||
|
||
<intent-filter>
|
||
<action android:name="com.heytap.mcs.action.RECEIVE_MCS_MESSAGE" />
|
||
|
||
<action android:name="com.heytap.msp.push.RECEIVE_MCS_MESSAGE" />
|
||
</intent-filter>
|
||
</service> <!--兼容Q版本-->
|
||
|
||
<!-- 高德地图定位 -->
|
||
<!-- <service-->
|
||
<!-- android:name="com.amap.api.location.APSService"-->
|
||
<!-- android:exported="true"></service>-->
|
||
|
||
|
||
<service
|
||
android:name="com.heytap.msp.push.service.CompatibleDataMessageCallbackService"
|
||
android:exported="true"
|
||
android:permission="com.coloros.mcs.permission.SEND_MCS_MESSAGE">
|
||
<intent-filter>
|
||
<action android:name="com.coloros.mcs.action.RECEIVE_MCS_MESSAGE" />
|
||
</intent-filter>
|
||
</service>
|
||
<!--兼容Q版本-->
|
||
<service
|
||
android:name="com.heytap.msp.push.service.DataMessageCallbackService"
|
||
android:exported="true"
|
||
android:permission="com.heytap.mcs.permission.SEND_PUSH_MESSAGE">
|
||
|
||
<intent-filter>
|
||
<action android:name="com.heytap.mcs.action.RECEIVE_MCS_MESSAGE" />
|
||
<action android:name="com.heytap.msp.push.RECEIVE_MCS_MESSAGE" />
|
||
</intent-filter>
|
||
</service>
|
||
|
||
|
||
<!-- <provider-->
|
||
<!-- android:name="cn.jpush.android.service.InitProvider"-->
|
||
<!-- android:authorities="${applicationId}.jiguang.InitProvider"-->
|
||
<!-- android:exported="false"-->
|
||
<!-- tools:node="remove"></provider>-->
|
||
|
||
<!-- <!– Since JCore2.0.0 Required SDK核心功能–>-->
|
||
<!-- <!– 可配置android:process参数将Service放在其他进程中;android:enabled属性不能是false –>-->
|
||
<!-- <!– 这个是自定义Service,要继承极光JCommonService,可以在更多手机平台上使得推送通道保持的更稳定 –>-->
|
||
<!-- <service-->
|
||
<!-- android:name="cn.jpush.android.service.JCommonService"-->
|
||
<!-- android:enabled="true"-->
|
||
<!-- android:exported="false"-->
|
||
<!-- android:process=":pushcore">-->
|
||
<!-- <intent-filter>-->
|
||
<!-- <action android:name="cn.jiguang.user.service.action" />-->
|
||
<!-- </intent-filter>-->
|
||
<!-- </service>-->
|
||
|
||
<!-- <receiver-->
|
||
<!-- android:name="com.hbl.yuliao.jpush.PushMessageReceiver"-->
|
||
<!-- android:enabled="true"-->
|
||
<!-- android:exported="false">-->
|
||
<!-- <intent-filter>-->
|
||
<!-- <action android:name="cn.jpush.android.intent.RECEIVE_MESSAGE" />-->
|
||
|
||
<!-- <category android:name="${applicationId}" />-->
|
||
<!-- </intent-filter>-->
|
||
<!-- </receiver>-->
|
||
<provider
|
||
android:name="androidx.core.content.FileProvider"
|
||
android:authorities="${applicationId}.fileprovider"
|
||
android:exported="false"
|
||
android:grantUriPermissions="true">
|
||
<meta-data
|
||
android:name="android.support.FILE_PROVIDER_PATHS"
|
||
android:resource="@xml/file_paths" />
|
||
</provider>
|
||
|
||
<!-- <activity-->
|
||
<!-- android:name="io.agora.onetoone.Pure1v1LivingActivity"-->
|
||
<!-- android:theme="@style/SampleTheme"-->
|
||
<!-- android:exported="false"-->
|
||
<!-- android:screenOrientation="portrait" />-->
|
||
</application>
|
||
|
||
</manifest> |