<?xml version="1.0" encoding="utf-8"?>
|
<!-- GENERATED BY UNITY. REMOVE THIS COMMENT TO PREVENT OVERWRITING WHEN EXPORTING AGAIN-->
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.unity3d.player" xmlns:tools="http://schemas.android.com/tools">
|
|
<application>
|
<activity android:name="com.unity3d.player.UnityPlayerActivity" android:screenOrientation="fullSensor" android:launchMode="singleTask" android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale|layoutDirection|density" android:hardwareAccelerated="false">
|
<intent-filter>
|
<action android:name="android.intent.action.MAIN" />
|
<category android:name="android.intent.category.LAUNCHER" />
|
</intent-filter>
|
<meta-data android:name="unityplayer.UnityActivity" android:value="true" />
|
<meta-data android:name="android.notch_support" android:value="true" />
|
</activity>
|
<meta-data android:name="unity.splash-mode" android:value="0" />
|
<meta-data android:name="unity.splash-enable" android:value="True" />
|
<meta-data android:name="notch.config" android:value="portrait|landscape" />
|
<meta-data android:name="unity.build-id" android:value="c7cbb98d-b92b-4b6e-8dea-4276c462c67f" />
|
<activity
|
android:configChanges="keyboardHidden|orientation|screenSize"
|
android:name="com.bjsk.sdk.s.core.activity.SdkProxyActivity"
|
android:screenOrientation="behind"
|
android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen"
|
android:windowSoftInputMode="adjustResize|stateVisible"
|
/>
|
<activity
|
android:configChanges="keyboardHidden|orientation|screenSize"
|
android:name="com.bjsk.sdk.framework.web.SdkWebActivity"
|
android:screenOrientation="behind"
|
android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"
|
android:windowSoftInputMode="adjustResize|stateVisible"
|
/>
|
<activity
|
android:configChanges="keyboardHidden|orientation|screenSize"
|
android:name="com.bjsk.sdk.s.core.activity.SdkWebActivity"
|
android:screenOrientation="behind"
|
android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"
|
android:windowSoftInputMode="adjustResize|stateVisible"
|
/>
|
<activity
|
android:configChanges="keyboardHidden|orientation|screenSize"
|
android:name="com.bjsk.sdk.m.activity.SdkCustomerServiceActivity"
|
android:screenOrientation="behind"
|
android:theme="@style/bjskres_dialog_theme"
|
android:windowSoftInputMode="adjustResize"
|
/>
|
<activity
|
android:configChanges="keyboardHidden|orientation|screenSize"
|
android:launchMode="standard"
|
android:name="com.bjsk.open.permission.PermissionActivity"
|
android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"
|
android:windowSoftInputMode="stateAlwaysHidden"
|
/>
|
<receiver
|
android:enabled="true"
|
android:exported="true"
|
android:name="com.bytedance.applog.collector.Collector"
|
tools:replace="android:exported"/>
|
|
<!-- GameshaiSDK 组件 end -->
|
<!-- 六一游趣SDK 组件 Start com.bjsk.sdk.cpdemo 需要修改为游戏自己包名-->
|
<provider
|
android:name="com.bjsk.sdk.m.BJSKFileProvider"
|
android:authorities="com.ceshi.xjldld.toutiao0001.file.fileProvider"
|
android:exported="false"
|
android:grantUriPermissions="true"
|
>
|
<meta-data
|
android:name="android.support.FILE_PROVIDER_PATHS"
|
android:resource="@xml/bjskres_file_paths" />
|
</provider>
|
|
</application>
|
<uses-feature android:glEsVersion="0x00030000" />
|
<uses-feature android:name="android.hardware.vulkan.version" android:required="false" />
|
<uses-permission android:name="android.permission.INTERNET" />
|
<uses-feature android:name="android.hardware.touchscreen" android:required="false" />
|
<uses-feature android:name="android.hardware.touchscreen.multitouch" android:required="false" />
|
<uses-feature android:name="android.hardware.touchscreen.multitouch.distinct" android:required="false" />
|
|
</manifest>
|