wangguan
2020-12-29 377166293175b737d03e744e7d13500580ea78ea
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?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>