123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318 |
- <?xml version="1.0" encoding="utf-8"?>
- <manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="cn.yyxx.eyuancomm.channel.huawei">
- <!-- HMS-SDK引导升级HMS功能,访问OTA服务器需要网络权限 -->
- <uses-permission android:name="android.permission.INTERNET" />
- <!-- 检测网络状态 -->
- <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
- <!-- 如果是安卓8.0,应用编译配置的targetSdkVersion>=26,请务必添加以下权限 -->
- <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
- <!-- 应用市场9.0版本必须使用该权限获取用户的服务地 -->
- <uses-permission android:name="com.huawei.appmarket.service.commondata.permission.GET_COMMON_DATA" />
- <!-- Android O版本调用安装需要使用该权限 -->
- <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
- <uses-permission android:name="com.huawei.hwid.permission.gameservice.archive.access.provider" />
- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
- <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
- <!-- <!– <uses-sdk tools:overrideLibrary="com.huawei.agconnect.credential,com.huawei.agconnect.core,com.huawei.agconnect.https,com.huawei.agconnect.datastore" />–>-->
- <queries>
- <intent>
- <action android:name="com.apptouch.intent.action.update_hms" />
- </intent>
- <intent>
- <action android:name="com.huawei.appmarket.intent.action.AppDetail" />
- </intent>
- <intent>
- <action android:name="com.huawei.hms.core.aidlservice" />
- </intent>
- <intent>
- <action android:name="com.huawei.hms.core" />
- </intent>
- <package android:name="com.hisilicon.android.hiRMService" />
- </queries>
- <application android:allowBackup="true">
- <!-- <!– agconnect core –>-->
- <!-- <provider-->
- <!-- android:name="com.huawei.agconnect.core.provider.AGConnectInitializeProvider"-->
- <!-- android:authorities="${applicationId}.AGCInitializeProvider"-->
- <!-- android:exported="false" />-->
- <!-- <service-->
- <!-- android:name="com.huawei.agconnect.core.ServiceDiscovery"-->
- <!-- android:exported="false">-->
- <!-- <meta-data-->
- <!-- android:name="com.huawei.agconnect.api.ApiServiceRegistrar"-->
- <!-- android:value="com.huawei.agconnect.core.ServiceRegistrar" />-->
- <!-- <meta-data-->
- <!-- android:name="com.huawei.agconnect.auth.AuthServiceRegistrar"-->
- <!-- android:value="com.huawei.agconnect.core.ServiceRegistrar" />-->
- <!-- <meta-data-->
- <!-- android:name="com.huawei.agconnect.credential.CredentialServiceRegistrar:100"-->
- <!-- android:value="com.huawei.agconnect.core.ServiceRegistrar" />-->
- <!-- <meta-data-->
- <!-- android:name="com.huawei.agconnect.crash.AGConnectCrashRegistrar"-->
- <!-- android:value="com.huawei.agconnect.core.ServiceRegistrar" />-->
- <!-- </service>-->
- <!-- <!– agconnect core –>-->
- <!-- <!– Componentverifysdk –>-->
- <!-- <meta-data-->
- <!-- android:name="componentverify_ag_cbg_root"-->
- <!-- android:value="@string/ag_sdk_cbg_root" />-->
- <!-- <!– Componentverifysdk –>-->
- <!-- <!– HMSSdkAvailableUpdate –>-->
- <!-- <meta-data-->
- <!-- android:name="availableLoaded"-->
- <!-- android:value="yes" />-->
- <!-- <provider-->
- <!-- android:name="com.huawei.hms.update.provider.UpdateProvider"-->
- <!-- android:authorities="${applicationId}.hms.update.provider"-->
- <!-- android:exported="false"-->
- <!-- android:grantUriPermissions="true" />-->
- <!-- <!– HMSSdkAvailableUpdate –>-->
- <!-- <!– HMSSdkBase –>-->
- <!-- <meta-data-->
- <!-- android:name="com.huawei.hms.client.service.name:base"-->
- <!-- android:value="base:6.3.0.303" />-->
- <!-- <meta-data-->
- <!-- android:name="com.huawei.hms.min_api_level:base:hmscore"-->
- <!-- android:value="1" />-->
- <!-- <!– HMSSdkBase –>-->
- <!-- <!– HMSSdkDevice –>-->
- <!-- <provider-->
- <!-- android:name="com.huawei.hms.device.provider.CheckHmsProvider"-->
- <!-- android:authorities="${applicationId}.hms.device.validate.spoofprovider"-->
- <!-- android:exported="false"-->
- <!-- android:grantUriPermissions="false" />-->
- <!-- <!– HMSSdkDevice –>-->
- <!-- <!– HMSSdkUI –>-->
- <!-- <activity-->
- <!-- android:name="com.huawei.hms.activity.BridgeActivity"-->
- <!-- android:configChanges="orientation|locale|layoutDirection|fontScale|screenSize|smallestScreenSize|screenLayout|uiMode"-->
- <!-- android:excludeFromRecents="true"-->
- <!-- android:exported="false"-->
- <!-- android:hardwareAccelerated="true"-->
- <!-- android:screenOrientation="behind"-->
- <!-- android:theme="@style/Base_Translucent">-->
- <!-- <meta-data-->
- <!-- android:name="hwc-theme"-->
- <!-- android:value="androidhwext:style/Theme.Emui.Translucent" />-->
- <!-- </activity>-->
- <!-- <activity-->
- <!-- android:name="com.huawei.hms.activity.EnableServiceActivity"-->
- <!-- android:configChanges="orientation|keyboardHidden|screenSize|smallestScreenSize|screenLayout"-->
- <!-- android:exported="false" />-->
- <!-- <!– HMSSdkUI –>-->
- <!-- <!– Update –>-->
- <!-- <activity-->
- <!-- android:name="com.huawei.updatesdk.service.otaupdate.AppUpdateActivity"-->
- <!-- android:configChanges="orientation|screenSize"-->
- <!-- android:exported="false"-->
- <!-- android:theme="@android:style/Theme.Translucent.NoTitleBar">-->
- <!-- <meta-data-->
- <!-- android:name="hwc-theme"-->
- <!-- android:value="androidhwext:style/Theme.Emui.Translucent.NoTitleBar" />-->
- <!-- <meta-data-->
- <!-- android:name="hnc-theme"-->
- <!-- android:value="androidhnext:style/Theme.Magic.Translucent.NoTitleBar" />-->
- <!-- </activity>-->
- <!-- <activity-->
- <!-- android:name="com.huawei.updatesdk.support.pm.PackageInstallerActivity"-->
- <!-- android:configChanges="orientation|keyboardHidden|screenSize"-->
- <!-- android:exported="false"-->
- <!-- android:theme="@android:style/Theme.Translucent.NoTitleBar">-->
- <!-- <meta-data-->
- <!-- android:name="hwc-theme"-->
- <!-- android:value="androidhwext:style/Theme.Emui.Translucent" />-->
- <!-- <meta-data-->
- <!-- android:name="hnc-theme"-->
- <!-- android:value="androidhnext:style/Theme.Magic.Translucent" />-->
- <!-- </activity>-->
- <!-- <provider-->
- <!-- android:name="com.huawei.updatesdk.fileprovider.UpdateSdkFileProvider"-->
- <!-- android:authorities="${applicationId}.updateSdk.fileProvider"-->
- <!-- android:exported="false"-->
- <!-- android:grantUriPermissions="true" />-->
- <!-- <!– Update –>-->
- <!-- <!– Apptouch –>-->
- <!-- <meta-data-->
- <!-- android:name="com.huawei.hms.min_api_level:apptouch:apptouch"-->
- <!-- android:value="1" />-->
- <!-- <!– Apptouch –>-->
- <!-- <!– Hmssdk-game –>-->
- <!-- <meta-data-->
- <!-- android:name="com.huawei.hms.client.service.name:game"-->
- <!-- android:value="game:6.1.0.301" />-->
- <!-- <service-->
- <!-- android:name="com.huawei.hms.jos.games.service.GameService"-->
- <!-- android:exported="true">-->
- <!-- <intent-filter>-->
- <!-- <action android:name="com.huawei.hms.games.service" />-->
- <!-- </intent-filter>-->
- <!-- </service>-->
- <!-- <provider-->
- <!-- android:name="com.huawei.hms.jos.games.archive.ArchiveRemoteAccessProvider"-->
- <!-- android:authorities="${applicationId}.hmssdk.jos.archive"-->
- <!-- android:exported="true" />-->
- <!-- <activity-->
- <!-- android:name="com.huawei.appmarket.component.buoycircle.impl.delegete.BuoyBridgeActivity"-->
- <!-- android:configChanges="orientation|locale|screenSize|layoutDirection|fontScale"-->
- <!-- android:excludeFromRecents="true"-->
- <!-- android:exported="false"-->
- <!-- android:hardwareAccelerated="true"-->
- <!-- android:theme="@android:style/Theme.Translucent">-->
- <!-- <meta-data-->
- <!-- android:name="hwc-theme"-->
- <!-- android:value="androidhwext:style/Theme.Emui.Translucent" />-->
- <!-- </activity>-->
- <!-- <meta-data-->
- <!-- android:name="com.huawei.hms.jos.versioncode"-->
- <!-- android:value="60100301" />-->
- <!-- <!– Hmssdk-game –>-->
- <!-- <!– iap –>-->
- <!-- <meta-data-->
- <!-- android:name="com.huawei.hms.client.service.name:iap"-->
- <!-- android:value="iap:6.3.0.300" />-->
- <!-- <!– iap –>-->
- <!-- <activity-->
- <!-- android:name="com.huawei.hms.hwid.internal.ui.activity.HwIdSignInHubActivity"-->
- <!-- android:configChanges="fontScale|uiMode"-->
- <!-- android:excludeFromRecents="true"-->
- <!-- android:exported="false"-->
- <!-- android:theme="@android:style/Theme.Translucent.NoTitleBar" />-->
- <!-- <activity-->
- <!-- android:name="com.huawei.hms.account.internal.ui.activity.AccountSignInHubActivity"-->
- <!-- android:excludeFromRecents="true"-->
- <!-- android:exported="false"-->
- <!-- android:theme="@android:style/Theme.Translucent.NoTitleBar" />-->
- <!-- <!– 切记同步修改 HuaweiIdAuthInternalConstant.HMS_SDK_VERSION –>-->
- <!-- <meta-data-->
- <!-- android:name="com.huawei.hms.client.service.name:hwid"-->
- <!-- android:value="hwid:6.3.0.300" />-->
- <!-- <meta-data-->
- <!-- android:name="com.huawei.hms.min_api_level:hwid:hwid"-->
- <!-- android:value="1" />-->
- <!-- <!– 5.3.0 独立授权依赖的api_level为11 –>-->
- <!-- <!– 5.3.0 setCarrierId依赖的api_level为13 –>-->
- <!-- <meta-data-->
- <!-- android:name="com.huawei.hms.min_api_level:hwid:account"-->
- <!-- android:value="13" />-->
- <!-- <meta-data-->
- <!-- android:name="com.huawei.hms.client.channel.androidMarket"-->
- <!-- android:value="false" />-->
- <!-- <meta-data-->
- <!-- android:name="com.huawei.hms.client.appid"-->
- <!-- android:value="appid=105116483" />-->
- <!-- <uses-library-->
- <!-- android:name="org.apache.http.legacy"-->
- <!-- android:required="false" />-->
- <!-- <!– auth huawei –>-->
- <!-- <service-->
- <!-- android:name="com.huawei.agconnect.api.ApiDiscovery"-->
- <!-- android:exported="false">-->
- <!-- <meta-data-->
- <!-- android:name="com.huawei.agconnect.auth.huawei.HuaweiAuthRegistrar"-->
- <!-- android:value="com.huawei.agconnect.api.component.ComponentRegistrar" />-->
- <!-- <meta-data-->
- <!-- android:name="com.huawei.agconnect.auth.google.GoogleAuthRegistrar"-->
- <!-- android:value="com.huawei.agconnect.api.component.ComponentRegistrar" />-->
- <!-- <meta-data-->
- <!-- android:name="com.huawei.agconnect.auth.facebook.FacebookAuthRegistrar"-->
- <!-- android:value="com.huawei.agconnect.api.component.ComponentRegistrar" />-->
- <!-- </service>-->
- <!-- <!– auth huawei –>-->
- <!-- <!– hianalytics –>-->
- <!-- <meta-data-->
- <!-- android:name="com.huawei.hms.client.service.name:hianalytics"-->
- <!-- android:value="hianalytics:6.3.2.300" />-->
- <!-- <meta-data-->
- <!-- android:name="com.huawei.hms.min_api_level:hianalytics:hianalytics"-->
- <!-- android:value="1" />-->
- <!-- <receiver-->
- <!-- android:name="com.huawei.hms.analytics.receiver.HiAnalyticsSvcEvtReceiver"-->
- <!-- android:exported="false">-->
- <!-- <intent-filter>-->
- <!-- <action android:name="com.huawei.hms.analytics.pps.event" />-->
- <!-- </intent-filter>-->
- <!-- </receiver>-->
- <!-- <provider-->
- <!-- android:name="com.huawei.hms.analytics.provider.AnalyticsInitializeProvider"-->
- <!-- android:authorities="${applicationId}.AnalyticsKitInitializeProvider"-->
- <!-- android:exported="false" />-->
- <!-- <!– hianalytics –>-->
- <!-- <!– opendevice –>-->
- <!-- <provider-->
- <!-- android:name="com.huawei.hms.aaid.InitProvider"-->
- <!-- android:authorities="${applicationId}.aaidinitprovider"-->
- <!-- android:exported="false"-->
- <!-- android:initOrder="500" />-->
- <!-- <meta-data-->
- <!-- android:name="com.huawei.hms.client.service.name:opendevice"-->
- <!-- android:value="opendevice:5.1.1.306" />-->
- <!-- <meta-data-->
- <!-- android:name="com.huawei.hms.min_api_level:opendevice:push"-->
- <!-- android:value="1" />-->
- <!-- <!– opendevice –>-->
- <!-- facebook -->
- <meta-data
- android:name="com.facebook.sdk.ApplicationId"
- android:value="@string/facebook_app_id" />
- <activity
- android:name="com.facebook.FacebookActivity"
- android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation" />
- <activity
- android:name="com.facebook.CustomTabActivity"
- 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="@string/fb_login_protocol_scheme" />
- </intent-filter>
- </activity>
- <!-- facebook -->
- <service
- android:name="cn.yyxx.eyuancomm.impl.channel.huawei.floatview.FloatCenterService"
- android:exported="true" />
- </application>
- </manifest>
|