|
@@ -1,6 +1,6 @@
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
- package="cn.yyxx.eyuangame.channel.huawei">
|
|
|
|
|
|
+ package="cn.yyxx.eyuancomm.channel.huawei">
|
|
|
|
|
|
<!-- HMS-SDK引导升级HMS功能,访问OTA服务器需要网络权限 -->
|
|
<!-- HMS-SDK引导升级HMS功能,访问OTA服务器需要网络权限 -->
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
|
@@ -16,6 +16,8 @@
|
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
|
<uses-permission android:name="android.permission.READ_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>
|
|
<queries>
|
|
<intent>
|
|
<intent>
|
|
<action android:name="com.apptouch.intent.action.update_hms" />
|
|
<action android:name="com.apptouch.intent.action.update_hms" />
|
|
@@ -35,200 +37,282 @@
|
|
</queries>
|
|
</queries>
|
|
|
|
|
|
<application android:allowBackup="true">
|
|
<application android:allowBackup="true">
|
|
- <!-- agconnect core -->
|
|
|
|
- <provider
|
|
|
|
- android:name="com.huawei.agconnect.core.provider.AGConnectInitializeProvider"
|
|
|
|
- android:authorities="${applicationId}.AGCInitializeProvider"
|
|
|
|
- android:exported="false" />
|
|
|
|
|
|
+ <!-- <!– 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" />
|
|
|
|
- </service>
|
|
|
|
- <!-- agconnect core -->
|
|
|
|
-
|
|
|
|
- <!-- Componentverifysdk -->
|
|
|
|
- <meta-data
|
|
|
|
- android:name="componentverify_ag_cbg_root"
|
|
|
|
- android:value="@string/ag_sdk_cbg_root" />
|
|
|
|
- <!-- Componentverifysdk -->
|
|
|
|
|
|
+ <!-- <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 –>-->
|
|
|
|
|
|
- <!-- HMSSdkAvailableUpdate -->
|
|
|
|
- <meta-data
|
|
|
|
- android:name="availableLoaded"
|
|
|
|
- android:value="yes" />
|
|
|
|
|
|
+ <!-- <!– Componentverifysdk –>-->
|
|
|
|
+ <!-- <meta-data-->
|
|
|
|
+ <!-- android:name="componentverify_ag_cbg_root"-->
|
|
|
|
+ <!-- android:value="@string/ag_sdk_cbg_root" />-->
|
|
|
|
+ <!-- <!– Componentverifysdk –>-->
|
|
|
|
|
|
- <provider
|
|
|
|
- android:name="com.huawei.hms.update.provider.UpdateProvider"
|
|
|
|
- android:authorities="${applicationId}.hms.update.provider"
|
|
|
|
- android:exported="false"
|
|
|
|
- android:grantUriPermissions="true" />
|
|
|
|
- <!-- HMSSdkAvailableUpdate -->
|
|
|
|
|
|
+ <!-- <!– HMSSdkAvailableUpdate –>-->
|
|
|
|
+ <!-- <meta-data-->
|
|
|
|
+ <!-- android:name="availableLoaded"-->
|
|
|
|
+ <!-- android:value="yes" />-->
|
|
|
|
|
|
- <!-- HMSSdkBase -->
|
|
|
|
- <meta-data
|
|
|
|
- android:name="com.huawei.hms.client.service.name:base"
|
|
|
|
- android:value="base:6.3.0.303" />
|
|
|
|
|
|
+ <!-- <provider-->
|
|
|
|
+ <!-- android:name="com.huawei.hms.update.provider.UpdateProvider"-->
|
|
|
|
+ <!-- android:authorities="${applicationId}.hms.update.provider"-->
|
|
|
|
+ <!-- android:exported="false"-->
|
|
|
|
+ <!-- android:grantUriPermissions="true" />-->
|
|
|
|
+ <!-- <!– HMSSdkAvailableUpdate –>-->
|
|
|
|
|
|
- <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 -->
|
|
|
|
|
|
+ <!-- <!– HMSSdkBase –>-->
|
|
|
|
+ <!-- <meta-data-->
|
|
|
|
+ <!-- android:name="com.huawei.hms.client.service.name:base"-->
|
|
|
|
+ <!-- android:value="base:6.3.0.303" />-->
|
|
|
|
|
|
- <!-- 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>
|
|
|
|
|
|
+ <!-- <meta-data-->
|
|
|
|
+ <!-- android:name="com.huawei.hms.min_api_level:base:hmscore"-->
|
|
|
|
+ <!-- android:value="1" />-->
|
|
|
|
+ <!-- <!– HMSSdkBase –>-->
|
|
|
|
|
|
- <provider
|
|
|
|
- android:name="com.huawei.updatesdk.fileprovider.UpdateSdkFileProvider"
|
|
|
|
- android:authorities="${applicationId}.updateSdk.fileProvider"
|
|
|
|
- android:exported="false"
|
|
|
|
- android:grantUriPermissions="true" />
|
|
|
|
- <!-- Update -->
|
|
|
|
|
|
+ <!-- <!– HMSSdkDevice –>-->
|
|
|
|
+ <!-- <provider-->
|
|
|
|
+ <!-- android:name="com.huawei.hms.device.provider.CheckHmsProvider"-->
|
|
|
|
+ <!-- android:authorities="${applicationId}.hms.device.validate.spoofprovider"-->
|
|
|
|
+ <!-- android:exported="false"-->
|
|
|
|
+ <!-- android:grantUriPermissions="false" />-->
|
|
|
|
+ <!-- <!– HMSSdkDevice –>-->
|
|
|
|
|
|
- <!-- Apptouch -->
|
|
|
|
- <meta-data
|
|
|
|
- android:name="com.huawei.hms.min_api_level:apptouch:apptouch"
|
|
|
|
- android:value="1" />
|
|
|
|
- <!-- Apptouch -->
|
|
|
|
|
|
+ <!-- <!– 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 –>-->
|
|
|
|
|
|
- <!-- Hmssdk-game -->
|
|
|
|
- <meta-data
|
|
|
|
- android:name="com.huawei.hms.client.service.name:game"
|
|
|
|
- android:value="game:6.1.0.301" />
|
|
|
|
|
|
+ <!-- <!– 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>-->
|
|
|
|
|
|
- <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.updatesdk.fileprovider.UpdateSdkFileProvider"-->
|
|
|
|
+ <!-- android:authorities="${applicationId}.updateSdk.fileProvider"-->
|
|
|
|
+ <!-- android:exported="false"-->
|
|
|
|
+ <!-- android:grantUriPermissions="true" />-->
|
|
|
|
+ <!-- <!– Update –>-->
|
|
|
|
|
|
- <provider
|
|
|
|
- android:name="com.huawei.hms.jos.games.archive.ArchiveRemoteAccessProvider"
|
|
|
|
- android:authorities="${applicationId}.hmssdk.jos.archive"
|
|
|
|
- android:exported="true" />
|
|
|
|
|
|
+ <!-- <!– Apptouch –>-->
|
|
|
|
+ <!-- <meta-data-->
|
|
|
|
+ <!-- android:name="com.huawei.hms.min_api_level:apptouch:apptouch"-->
|
|
|
|
+ <!-- android:value="1" />-->
|
|
|
|
+ <!-- <!– Apptouch –>-->
|
|
|
|
|
|
- <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>
|
|
|
|
|
|
+ <!-- <!– Hmssdk-game –>-->
|
|
|
|
+ <!-- <meta-data-->
|
|
|
|
+ <!-- android:name="com.huawei.hms.client.service.name:game"-->
|
|
|
|
+ <!-- android:value="game:6.1.0.301" />-->
|
|
|
|
|
|
- <meta-data
|
|
|
|
- android:name="com.huawei.hms.jos.versioncode"
|
|
|
|
- android:value="60100301" />
|
|
|
|
- <!-- Hmssdk-game -->
|
|
|
|
|
|
+ <!-- <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>-->
|
|
|
|
|
|
- <!-- iap -->
|
|
|
|
- <meta-data
|
|
|
|
- android:name="com.huawei.hms.client.service.name:iap"
|
|
|
|
- android:value="iap:6.3.0.300" />
|
|
|
|
- <!-- iap -->
|
|
|
|
|
|
+ <!-- <provider-->
|
|
|
|
+ <!-- android:name="com.huawei.hms.jos.games.archive.ArchiveRemoteAccessProvider"-->
|
|
|
|
+ <!-- android:authorities="${applicationId}.hmssdk.jos.archive"-->
|
|
|
|
+ <!-- android:exported="true" />-->
|
|
|
|
|
|
- <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>
|
|
|
|
- <activity
|
|
|
|
- android:name="com.huawei.hms.account.internal.ui.activity.AccountSignInHubActivity"
|
|
|
|
- android:excludeFromRecents="true"
|
|
|
|
- android:exported="false"
|
|
|
|
- android:theme="@android:style/Theme.Translucent.NoTitleBar" >
|
|
|
|
- </activity>
|
|
|
|
|
|
+ <!-- <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>-->
|
|
|
|
|
|
- <!-- 切记同步修改 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" />
|
|
|
|
|
|
+ <!-- <meta-data-->
|
|
|
|
+ <!-- android:name="com.huawei.hms.jos.versioncode"-->
|
|
|
|
+ <!-- android:value="60100301" />-->
|
|
|
|
+ <!-- <!– Hmssdk-game –>-->
|
|
|
|
|
|
- <!-- 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" />
|
|
|
|
|
|
+ <!-- <!– 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
|
|
<meta-data
|
|
- android:name="com.huawei.hms.client.channel.androidMarket"
|
|
|
|
- android:value="false" />
|
|
|
|
|
|
+ android:name="com.facebook.sdk.ApplicationId"
|
|
|
|
+ android:value="@string/facebook_app_id" />
|
|
|
|
|
|
- <meta-data android:name="com.huawei.hms.client.appid" android:value="appid=105116483"/>
|
|
|
|
|
|
+ <activity
|
|
|
|
+ android:name="com.facebook.FacebookActivity"
|
|
|
|
+ android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation" />
|
|
|
|
|
|
- <uses-library
|
|
|
|
- android:name="org.apache.http.legacy"
|
|
|
|
- android:required="false" />
|
|
|
|
|
|
+ <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>
|
|
</application>
|
|
|
|
|
|
</manifest>
|
|
</manifest>
|