|
...
|
...
|
@@ -3,73 +3,58 @@ |
|
|
|
|
|
|
|
<permissionConfig>
|
|
|
|
|
|
|
|
<!-- sevencattle sdk 权限配置 Start -->
|
|
|
|
<uses-permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE" />
|
|
|
|
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
|
|
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
|
|
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
|
|
|
|
<!-- sevencattle sdk 权限配置 End -->
|
|
|
|
<uses-permission android:name="android.permission.INTERNET"/>
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
|
|
|
|
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
|
|
|
|
<uses-permission android:name="com.asus.msa.SupplementaryDID.ACCESS" />
|
|
|
|
<uses-permission android:name="freemme.permission.msa" />
|
|
|
|
|
|
|
|
</permissionConfig>
|
|
|
|
|
|
|
|
<applicationConfig>
|
|
|
|
|
|
|
|
<!-- sevencattle sdk Application配置 Start -->
|
|
|
|
<activity
|
|
|
|
android:name="com.sevencattle.game.sdk.views.QnAgreePermissActivity"
|
|
|
|
android:name="com.zhenwan.sdk.activity.ContainerActivity"
|
|
|
|
android:alwaysRetainTaskState="true"
|
|
|
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
|
android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
|
|
|
|
android:theme="@android:style/Theme.Translucent.NoTitleBar"
|
|
|
|
android:windowSoftInputMode="adjustResize" />
|
|
|
|
<activity
|
|
|
|
android:name="com.sevencattle.game.sdk.views.ContainerActivity"
|
|
|
|
android:name="com.zhenwan.sdk.activity.PermissionStatementActivity"
|
|
|
|
android:alwaysRetainTaskState="true"
|
|
|
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
|
android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
|
|
|
|
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
|
|
|
|
<activity
|
|
|
|
android:name="com.sevencattle.game.sdk.views.EdittextActivity"
|
|
|
|
android:name="com.zhenwan.sdk.activity.EdittextActivity"
|
|
|
|
android:alwaysRetainTaskState="true"
|
|
|
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
|
android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
|
|
|
|
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
|
|
|
|
|
|
|
|
<activity
|
|
|
|
android:name="com.cmic.sso.sdk.view.LoginAuthActivity"
|
|
|
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
|
android:launchMode="singleTop"
|
|
|
|
android:theme="@android:style/Theme.Translucent.NoTitleBar">
|
|
|
|
</activity>
|
|
|
|
<service android:name="com.zhenwan.sdk.service.LogService" />
|
|
|
|
|
|
|
|
<service
|
|
|
|
android:name="com.volcengine.onekit.component.ComponentDiscoveryService"
|
|
|
|
android:exported="false">
|
|
|
|
<meta-data
|
|
|
|
android:name="debugLog"
|
|
|
|
android:value="true" />
|
|
|
|
|
|
|
|
android:name="com.bytedance.applog.onekit.AnalyticsComponentRegistrar"
|
|
|
|
android:value="com.volcengine.onekit.component.ComponentRegistrar" />
|
|
|
|
<meta-data
|
|
|
|
android:name="android.max_aspect"
|
|
|
|
android:value="2.4" />
|
|
|
|
|
|
|
|
<activity android:name="com.bytedance.applog.util.SimulateLaunchActivity" >
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.VIEW" />
|
|
|
|
|
|
|
|
<category android:name="android.intent.category.BROWSABLE" />
|
|
|
|
<!-- 表示该页面可以被隐式调用,必须加上该项 -->
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
<!-- 协议部分 -->
|
|
|
|
<data
|
|
|
|
android:host="rangersapplog"
|
|
|
|
android:path="/picker"
|
|
|
|
android:scheme="rangersapplog.byax6uyt" />
|
|
|
|
</intent-filter>
|
|
|
|
</activity>
|
|
|
|
android:name="com.bytedance.applog.onekit.DeviceComponentRegistrar"
|
|
|
|
android:value="com.volcengine.onekit.component.ComponentRegistrar" />
|
|
|
|
</service>
|
|
|
|
|
|
|
|
<activity android:name="com.bytedance.applog.migrate.MigrateDetectorActivity" />
|
|
|
|
<receiver
|
|
|
|
android:name="com.bytedance.applog.collector.Collector"
|
|
|
|
android:enabled="true"
|
|
|
|
android:exported="false" />
|
|
|
|
<meta-data
|
|
|
|
android:name="com.huawei.hms.client.service.name:ads-identifier"
|
|
|
|
android:value="ads-identifier:3.4.39.302" />
|
|
|
|
|
|
|
|
<!-- sevencattle sdk Application配置 End -->
|
|
|
|
|
|
|
|
<meta-data
|
|
|
|
android:name="android.max_aspect"
|
|
|
|
android:value="2.4" />
|
|
|
|
</applicationConfig>
|
|
|
|
|
|
|
|
</manifest> |
|
|
\ No newline at end of file |
...
|
...
|
|