AndroidManifest.xml 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- GENERATED BY UNITY. REMOVE THIS COMMENT TO PREVENT OVERWRITING WHEN EXPORTING AGAIN -->
  3. <manifest xmlns:android="http://schemas.android.com/apk/res/android"
  4. package="com.ouj.paoku"
  5. android:installLocation="preferExternal"
  6. android:targetSandboxVersion="2"
  7. android:versionCode="10022"
  8. android:versionName="1.0.22" >
  9. <uses-sdk
  10. android:minSdkVersion="22"
  11. android:targetSdkVersion="30" />
  12. <supports-screens
  13. android:anyDensity="true"
  14. android:largeScreens="true"
  15. android:normalScreens="true"
  16. android:smallScreens="true"
  17. android:xlargeScreens="true" />
  18. <uses-permission android:name="android.permission.INTERNET" />
  19. <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
  20. <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
  21. <uses-feature
  22. android:name="android.hardware.touchscreen"
  23. android:required="false" />
  24. <uses-feature
  25. android:name="android.hardware.touchscreen.multitouch"
  26. android:required="false" />
  27. <uses-feature
  28. android:name="android.hardware.touchscreen.multitouch.distinct"
  29. android:required="false" />
  30. <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
  31. <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
  32. <uses-permission android:name="android.permission.BLUETOOTH" />
  33. <uses-permission android:name="android.permission.BLUETOOTH_SCAN" />
  34. <uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
  35. <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
  36. <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
  37. <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
  38. <uses-feature android:glEsVersion="0x00030000" />
  39. <uses-feature
  40. android:name="android.hardware.vulkan.version"
  41. android:required="false" />
  42. <application
  43. android:name="com.ouj.paoku.GameApplication"
  44. android:appComponentFactory="androidx.core.app.CoreComponentFactory"
  45. android:debuggable="true"
  46. android:extractNativeLibs="true"
  47. android:icon="@mipmap/ic_launcher"
  48. android:isGame="true"
  49. android:label="@string/app_name"
  50. android:testOnly="true"
  51. android:usesCleartextTraffic="true" >
  52. <meta-data
  53. android:name="unity.builder"
  54. android:value="\12369874409001" />
  55. <activity
  56. android:name="com.unity3d.player.UnityPlayerActivity"
  57. android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale|layoutDirection|density"
  58. android:hardwareAccelerated="false"
  59. android:launchMode="singleTask"
  60. android:screenOrientation="landscape"
  61. android:theme="@style/UnityThemeSelector" >
  62. <meta-data
  63. android:name="unityplayer.UnityActivity"
  64. android:value="true" />
  65. <meta-data
  66. android:name="android.notch_support"
  67. android:value="true" />
  68. </activity>
  69. <meta-data
  70. android:name="unity.splash-mode"
  71. android:value="1" />
  72. <meta-data
  73. android:name="unity.splash-enable"
  74. android:value="True" />
  75. <meta-data
  76. android:name="notch.config"
  77. android:value="portrait|landscape" />
  78. <meta-data
  79. android:name="unity.build-id"
  80. android:value="6d515708-fc35-46dc-b9a6-af6ea0d8f905" />
  81. <activity android:name="com.tencent.bugly.beta.ui.BetaActiveAlertActivity" /> <!-- Beta Activity -->
  82. <activity
  83. android:name="com.tencent.bugly.beta.ui.BetaActivity"
  84. android:configChanges="keyboardHidden|orientation|screenSize|locale"
  85. android:theme="@android:style/Theme.Translucent" /> <!-- Custom FileProvider for 7.x -->
  86. <provider
  87. android:name="com.tencent.bugly.beta.utils.BuglyFileProvider"
  88. android:authorities="com.ouj.paoku.fileProvider"
  89. android:exported="false"
  90. android:grantUriPermissions="true" >
  91. <meta-data
  92. android:name="android.support.FILE_PROVIDER_PATHS"
  93. android:resource="@xml/provider_paths" />
  94. </provider> <!-- 配置tinker合成结果service -->
  95. <service
  96. android:name="com.tencent.bugly.beta.tinker.TinkerResultService"
  97. android:exported="false"
  98. android:permission="android.permission.BIND_JOB_SERVICE" />
  99. <service
  100. android:name="com.tencent.tinker.lib.service.TinkerPatchForeService"
  101. android:enabled="true"
  102. android:exported="false"
  103. android:process=":patch" />
  104. <!--
  105. Notice:
  106. Following service must run in the same process.
  107. TinkerPatchService
  108. TinkerPatchService$InnerService
  109. -->
  110. <!-- ########################################################################### -->
  111. <service
  112. android:name="com.tencent.tinker.lib.service.TinkerPatchService"
  113. android:exported="false"
  114. android:permission="android.permission.BIND_JOB_SERVICE"
  115. android:process=":patch" />
  116. <service
  117. android:name="com.tencent.tinker.lib.service.TinkerPatchService$InnerService"
  118. android:exported="false"
  119. android:process=":patch" /> <!-- ########################################################################### -->
  120. <service
  121. android:name="com.tencent.tinker.lib.service.DefaultTinkerResultService"
  122. android:exported="false"
  123. android:permission="android.permission.BIND_JOB_SERVICE" />
  124. <activity
  125. android:name="com.ouj.shoe.sdklibrary.GameActivity"
  126. android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale|layoutDirection|density"
  127. android:exported="true"
  128. android:hardwareAccelerated="false"
  129. android:launchMode="singleTask"
  130. android:screenOrientation="landscape"
  131. android:theme="@style/UnityThemeSelector" >
  132. <!-- <intent-filter> -->
  133. <!-- <action android:name="android.intent.action.MAIN" /> -->
  134. <!-- <category android:name="android.intent.category.LAUNCHER" /> -->
  135. <!-- </intent-filter> -->
  136. <intent-filter>
  137. <action android:name="android.intent.action.MAIN" />
  138. <category android:name="android.intent.category.LAUNCHER" />
  139. <data
  140. android:host="com.ouj.shoe"
  141. android:scheme="oujgame" />
  142. </intent-filter>
  143. <meta-data
  144. android:name="unityplayer.UnityActivity"
  145. android:value="true" />
  146. <meta-data
  147. android:name="android.notch_support"
  148. android:value="true" />
  149. </activity>
  150. <service
  151. android:name="com.ouj.shoe.sdklibrary.BluetoothService"
  152. android:enabled="true" />
  153. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_00" />
  154. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_01" />
  155. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_02" />
  156. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_03" />
  157. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_04" />
  158. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_05" />
  159. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_06" />
  160. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_07" />
  161. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_08" />
  162. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_09" />
  163. <activity
  164. android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_00_T"
  165. android:theme="@android:style/Theme.Translucent" />
  166. <activity
  167. android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_01_T"
  168. android:theme="@android:style/Theme.Translucent" />
  169. <activity
  170. android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_02_T"
  171. android:theme="@android:style/Theme.Translucent" />
  172. <activity
  173. android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_00"
  174. android:launchMode="singleTop" />
  175. <activity
  176. android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_01"
  177. android:launchMode="singleTop" />
  178. <activity
  179. android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_02"
  180. android:launchMode="singleTop" />
  181. <activity
  182. android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_03"
  183. android:launchMode="singleTop" />
  184. <activity
  185. android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_04"
  186. android:launchMode="singleTop" />
  187. <activity
  188. android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_05"
  189. android:launchMode="singleTop" />
  190. <activity
  191. android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_06"
  192. android:launchMode="singleTop" />
  193. <activity
  194. android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_07"
  195. android:launchMode="singleTop" />
  196. <activity
  197. android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_08"
  198. android:launchMode="singleTop" />
  199. <activity
  200. android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_09"
  201. android:launchMode="singleTop" />
  202. <activity
  203. android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_00_T"
  204. android:launchMode="singleTop"
  205. android:theme="@android:style/Theme.Translucent" />
  206. <activity
  207. android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_01_T"
  208. android:launchMode="singleTop"
  209. android:theme="@android:style/Theme.Translucent" />
  210. <activity
  211. android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_02_T"
  212. android:launchMode="singleTop"
  213. android:theme="@android:style/Theme.Translucent" />
  214. <activity
  215. android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_00"
  216. android:launchMode="singleTask" />
  217. <activity
  218. android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_01"
  219. android:launchMode="singleTask" />
  220. <activity
  221. android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_02"
  222. android:launchMode="singleTask" />
  223. <activity
  224. android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_03"
  225. android:launchMode="singleTask" />
  226. <activity
  227. android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_04"
  228. android:launchMode="singleTask" />
  229. <activity
  230. android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_05"
  231. android:launchMode="singleTask" />
  232. <activity
  233. android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_06"
  234. android:launchMode="singleTask" />
  235. <activity
  236. android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_07"
  237. android:launchMode="singleTask" />
  238. <activity
  239. android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_08"
  240. android:launchMode="singleTask" />
  241. <activity
  242. android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_09"
  243. android:launchMode="singleTask" />
  244. <activity
  245. android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_00_T"
  246. android:launchMode="singleTask"
  247. android:theme="@android:style/Theme.Translucent" />
  248. <activity
  249. android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_01_T"
  250. android:launchMode="singleTask"
  251. android:theme="@android:style/Theme.Translucent" />
  252. <activity
  253. android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_02_T"
  254. android:launchMode="singleTask"
  255. android:theme="@android:style/Theme.Translucent" />
  256. <activity
  257. android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_00"
  258. android:launchMode="singleInstance" />
  259. <activity
  260. android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_01"
  261. android:launchMode="singleInstance" />
  262. <activity
  263. android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_02"
  264. android:launchMode="singleInstance" />
  265. <activity
  266. android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_03"
  267. android:launchMode="singleInstance" />
  268. <activity
  269. android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_04"
  270. android:launchMode="singleInstance" />
  271. <activity
  272. android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_05"
  273. android:launchMode="singleInstance" />
  274. <activity
  275. android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_06"
  276. android:launchMode="singleInstance" />
  277. <activity
  278. android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_07"
  279. android:launchMode="singleInstance" />
  280. <activity
  281. android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_08"
  282. android:launchMode="singleInstance" />
  283. <activity
  284. android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_09"
  285. android:launchMode="singleInstance" />
  286. <activity
  287. android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_00_T"
  288. android:launchMode="singleInstance"
  289. android:theme="@android:style/Theme.Translucent" />
  290. <activity
  291. android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_01_T"
  292. android:launchMode="singleInstance"
  293. android:theme="@android:style/Theme.Translucent" />
  294. <activity
  295. android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_02_T"
  296. android:launchMode="singleInstance"
  297. android:theme="@android:style/Theme.Translucent" />
  298. <meta-data
  299. android:name="tinker_version"
  300. android:value="1.9.14.24" />
  301. </application>
  302. </manifest>