123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321 |
- <?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.ouj.paoku"
- android:installLocation="preferExternal"
- android:targetSandboxVersion="2"
- android:versionCode="10022"
- android:versionName="1.0.22" >
- <uses-sdk
- android:minSdkVersion="22"
- android:targetSdkVersion="30" />
- <supports-screens
- android:anyDensity="true"
- android:largeScreens="true"
- android:normalScreens="true"
- android:smallScreens="true"
- android:xlargeScreens="true" />
- <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-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" />
- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
- <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
- <uses-permission android:name="android.permission.BLUETOOTH" />
- <uses-permission android:name="android.permission.BLUETOOTH_SCAN" />
- <uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
- <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
- <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
- <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
- <uses-feature android:glEsVersion="0x00030000" />
- <uses-feature
- android:name="android.hardware.vulkan.version"
- android:required="false" />
- <application
- android:name="com.ouj.paoku.GameApplication"
- android:appComponentFactory="androidx.core.app.CoreComponentFactory"
- android:debuggable="true"
- android:extractNativeLibs="true"
- android:icon="@mipmap/ic_launcher"
- android:isGame="true"
- android:label="@string/app_name"
- android:testOnly="true"
- android:usesCleartextTraffic="true" >
- <meta-data
- android:name="unity.builder"
- android:value="\12369874409001" />
- <activity
- android:name="com.unity3d.player.UnityPlayerActivity"
- android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale|layoutDirection|density"
- android:hardwareAccelerated="false"
- android:launchMode="singleTask"
- android:screenOrientation="landscape"
- android:theme="@style/UnityThemeSelector" >
- <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="1" />
- <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="6d515708-fc35-46dc-b9a6-af6ea0d8f905" />
- <activity android:name="com.tencent.bugly.beta.ui.BetaActiveAlertActivity" /> <!-- Beta Activity -->
- <activity
- android:name="com.tencent.bugly.beta.ui.BetaActivity"
- android:configChanges="keyboardHidden|orientation|screenSize|locale"
- android:theme="@android:style/Theme.Translucent" /> <!-- Custom FileProvider for 7.x -->
- <provider
- android:name="com.tencent.bugly.beta.utils.BuglyFileProvider"
- android:authorities="com.ouj.paoku.fileProvider"
- android:exported="false"
- android:grantUriPermissions="true" >
- <meta-data
- android:name="android.support.FILE_PROVIDER_PATHS"
- android:resource="@xml/provider_paths" />
- </provider> <!-- 配置tinker合成结果service -->
- <service
- android:name="com.tencent.bugly.beta.tinker.TinkerResultService"
- android:exported="false"
- android:permission="android.permission.BIND_JOB_SERVICE" />
- <service
- android:name="com.tencent.tinker.lib.service.TinkerPatchForeService"
- android:enabled="true"
- android:exported="false"
- android:process=":patch" />
- <!--
- Notice:
- Following service must run in the same process.
- TinkerPatchService
- TinkerPatchService$InnerService
- -->
- <!-- ########################################################################### -->
- <service
- android:name="com.tencent.tinker.lib.service.TinkerPatchService"
- android:exported="false"
- android:permission="android.permission.BIND_JOB_SERVICE"
- android:process=":patch" />
- <service
- android:name="com.tencent.tinker.lib.service.TinkerPatchService$InnerService"
- android:exported="false"
- android:process=":patch" /> <!-- ########################################################################### -->
- <service
- android:name="com.tencent.tinker.lib.service.DefaultTinkerResultService"
- android:exported="false"
- android:permission="android.permission.BIND_JOB_SERVICE" />
- <activity
- android:name="com.ouj.shoe.sdklibrary.GameActivity"
- android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale|layoutDirection|density"
- android:exported="true"
- android:hardwareAccelerated="false"
- android:launchMode="singleTask"
- android:screenOrientation="landscape"
- android:theme="@style/UnityThemeSelector" >
- <!-- <intent-filter> -->
- <!-- <action android:name="android.intent.action.MAIN" /> -->
- <!-- <category android:name="android.intent.category.LAUNCHER" /> -->
- <!-- </intent-filter> -->
- <intent-filter>
- <action android:name="android.intent.action.MAIN" />
- <category android:name="android.intent.category.LAUNCHER" />
- <data
- android:host="com.ouj.shoe"
- android:scheme="oujgame" />
- </intent-filter>
- <meta-data
- android:name="unityplayer.UnityActivity"
- android:value="true" />
- <meta-data
- android:name="android.notch_support"
- android:value="true" />
- </activity>
- <service
- android:name="com.ouj.shoe.sdklibrary.BluetoothService"
- android:enabled="true" />
- <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_00" />
- <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_01" />
- <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_02" />
- <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_03" />
- <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_04" />
- <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_05" />
- <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_06" />
- <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_07" />
- <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_08" />
- <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_09" />
- <activity
- android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_00_T"
- android:theme="@android:style/Theme.Translucent" />
- <activity
- android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_01_T"
- android:theme="@android:style/Theme.Translucent" />
- <activity
- android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_02_T"
- android:theme="@android:style/Theme.Translucent" />
- <activity
- android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_00"
- android:launchMode="singleTop" />
- <activity
- android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_01"
- android:launchMode="singleTop" />
- <activity
- android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_02"
- android:launchMode="singleTop" />
- <activity
- android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_03"
- android:launchMode="singleTop" />
- <activity
- android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_04"
- android:launchMode="singleTop" />
- <activity
- android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_05"
- android:launchMode="singleTop" />
- <activity
- android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_06"
- android:launchMode="singleTop" />
- <activity
- android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_07"
- android:launchMode="singleTop" />
- <activity
- android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_08"
- android:launchMode="singleTop" />
- <activity
- android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_09"
- android:launchMode="singleTop" />
- <activity
- android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_00_T"
- android:launchMode="singleTop"
- android:theme="@android:style/Theme.Translucent" />
- <activity
- android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_01_T"
- android:launchMode="singleTop"
- android:theme="@android:style/Theme.Translucent" />
- <activity
- android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_02_T"
- android:launchMode="singleTop"
- android:theme="@android:style/Theme.Translucent" />
- <activity
- android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_00"
- android:launchMode="singleTask" />
- <activity
- android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_01"
- android:launchMode="singleTask" />
- <activity
- android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_02"
- android:launchMode="singleTask" />
- <activity
- android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_03"
- android:launchMode="singleTask" />
- <activity
- android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_04"
- android:launchMode="singleTask" />
- <activity
- android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_05"
- android:launchMode="singleTask" />
- <activity
- android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_06"
- android:launchMode="singleTask" />
- <activity
- android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_07"
- android:launchMode="singleTask" />
- <activity
- android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_08"
- android:launchMode="singleTask" />
- <activity
- android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_09"
- android:launchMode="singleTask" />
- <activity
- android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_00_T"
- android:launchMode="singleTask"
- android:theme="@android:style/Theme.Translucent" />
- <activity
- android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_01_T"
- android:launchMode="singleTask"
- android:theme="@android:style/Theme.Translucent" />
- <activity
- android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_02_T"
- android:launchMode="singleTask"
- android:theme="@android:style/Theme.Translucent" />
- <activity
- android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_00"
- android:launchMode="singleInstance" />
- <activity
- android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_01"
- android:launchMode="singleInstance" />
- <activity
- android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_02"
- android:launchMode="singleInstance" />
- <activity
- android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_03"
- android:launchMode="singleInstance" />
- <activity
- android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_04"
- android:launchMode="singleInstance" />
- <activity
- android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_05"
- android:launchMode="singleInstance" />
- <activity
- android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_06"
- android:launchMode="singleInstance" />
- <activity
- android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_07"
- android:launchMode="singleInstance" />
- <activity
- android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_08"
- android:launchMode="singleInstance" />
- <activity
- android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_09"
- android:launchMode="singleInstance" />
- <activity
- android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_00_T"
- android:launchMode="singleInstance"
- android:theme="@android:style/Theme.Translucent" />
- <activity
- android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_01_T"
- android:launchMode="singleInstance"
- android:theme="@android:style/Theme.Translucent" />
- <activity
- android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_02_T"
- android:launchMode="singleInstance"
- android:theme="@android:style/Theme.Translucent" />
- <meta-data
- android:name="tinker_version"
- android:value="1.9.14.24" />
- </application>
- </manifest>
|