AndroidManifest.xml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <manifest package="com.ouj.dance" android:installLocation="preferExternal" xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="22" android:versionName="1.0.22">
  2. <uses-sdk android:minSdkVersion="22" android:targetSdkVersion="30"/>
  3. <supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:smallScreens="true" android:xlargeScreens="true"/>
  4. <uses-permission android:name="android.permission.INTERNET"/>
  5. <uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
  6. <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
  7. <uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
  8. <uses-feature android:name="android.hardware.touchscreen.multitouch" android:required="false"/>
  9. <uses-feature android:name="android.hardware.touchscreen.multitouch.distinct" android:required="false"/>
  10. <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
  11. <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES"/>
  12. <uses-permission android:name="android.permission.BLUETOOTH"/>
  13. <uses-permission android:name="android.permission.BLUETOOTH_SCAN"/>
  14. <uses-permission android:name="android.permission.BLUETOOTH_CONNECT"/>
  15. <uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/>
  16. <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
  17. <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
  18. <uses-feature android:glEsVersion="0x00030000"/>
  19. <uses-feature android:name="android.hardware.vulkan.version" android:required="false"/>
  20. <application android:name="com.ouj.dance.GameApplication" android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:usesCleartextTraffic="true">
  21. <activity android:name="com.tencent.bugly.beta.ui.BetaActiveAlertActivity"/>
  22. <activity android:name="com.tencent.bugly.beta.ui.BetaActivity" android:configChanges="keyboardHidden|orientation|screenSize|locale" android:theme="@android:style/Theme.Translucent"/>
  23. <provider android:name="com.tencent.bugly.beta.utils.BuglyFileProvider" android:authorities="com.ouj.dance.fileProvider" android:exported="false" android:grantUriPermissions="true">
  24. <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/provider_paths"/>
  25. </provider>
  26. <service android:name="com.tencent.bugly.beta.tinker.TinkerResultService" android:exported="false" android:permission="android.permission.BIND_JOB_SERVICE"/>
  27. <service android:name="com.tencent.tinker.lib.service.TinkerPatchForeService" android:enabled="true" android:exported="false" android:process=":patch"/>
  28. <service android:name="com.tencent.tinker.lib.service.TinkerPatchService" android:exported="false" android:permission="android.permission.BIND_JOB_SERVICE" android:process=":patch"/>
  29. <service android:name="com.tencent.tinker.lib.service.TinkerPatchService$InnerService" android:exported="false" android:process=":patch"/>
  30. <service android:name="com.tencent.tinker.lib.service.DefaultTinkerResultService" android:exported="false" android:permission="android.permission.BIND_JOB_SERVICE"/>
  31. <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">
  32. <intent-filter>
  33. <action android:name="android.intent.action.MAIN"/>
  34. <category android:name="android.intent.category.LAUNCHER"/>
  35. <data android:host="com.ouj.shoe" android:scheme="oujgame"/>
  36. </intent-filter>
  37. <meta-data android:name="unityplayer.UnityActivity" android:value="true"/>
  38. <meta-data android:name="android.notch_support" android:value="true"/>
  39. </activity>
  40. <service android:name="com.ouj.shoe.sdklibrary.BluetoothService" android:enabled="true"/>
  41. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_00"/>
  42. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_01"/>
  43. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_02"/>
  44. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_03"/>
  45. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_04"/>
  46. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_05"/>
  47. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_06"/>
  48. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_07"/>
  49. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_08"/>
  50. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_09"/>
  51. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_00_T" android:theme="@android:style/Theme.Translucent"/>
  52. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_01_T" android:theme="@android:style/Theme.Translucent"/>
  53. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$STDStub_02_T" android:theme="@android:style/Theme.Translucent"/>
  54. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_00" android:launchMode="singleTop"/>
  55. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_01" android:launchMode="singleTop"/>
  56. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_02" android:launchMode="singleTop"/>
  57. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_03" android:launchMode="singleTop"/>
  58. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_04" android:launchMode="singleTop"/>
  59. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_05" android:launchMode="singleTop"/>
  60. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_06" android:launchMode="singleTop"/>
  61. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_07" android:launchMode="singleTop"/>
  62. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_08" android:launchMode="singleTop"/>
  63. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_09" android:launchMode="singleTop"/>
  64. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_00_T" android:launchMode="singleTop" android:theme="@android:style/Theme.Translucent"/>
  65. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_01_T" android:launchMode="singleTop" android:theme="@android:style/Theme.Translucent"/>
  66. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTStub_02_T" android:launchMode="singleTop" android:theme="@android:style/Theme.Translucent"/>
  67. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_00" android:launchMode="singleTask"/>
  68. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_01" android:launchMode="singleTask"/>
  69. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_02" android:launchMode="singleTask"/>
  70. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_03" android:launchMode="singleTask"/>
  71. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_04" android:launchMode="singleTask"/>
  72. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_05" android:launchMode="singleTask"/>
  73. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_06" android:launchMode="singleTask"/>
  74. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_07" android:launchMode="singleTask"/>
  75. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_08" android:launchMode="singleTask"/>
  76. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_09" android:launchMode="singleTask"/>
  77. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_00_T" android:launchMode="singleTask" android:theme="@android:style/Theme.Translucent"/>
  78. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_01_T" android:launchMode="singleTask" android:theme="@android:style/Theme.Translucent"/>
  79. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SGTKStub_02_T" android:launchMode="singleTask" android:theme="@android:style/Theme.Translucent"/>
  80. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_00" android:launchMode="singleInstance"/>
  81. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_01" android:launchMode="singleInstance"/>
  82. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_02" android:launchMode="singleInstance"/>
  83. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_03" android:launchMode="singleInstance"/>
  84. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_04" android:launchMode="singleInstance"/>
  85. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_05" android:launchMode="singleInstance"/>
  86. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_06" android:launchMode="singleInstance"/>
  87. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_07" android:launchMode="singleInstance"/>
  88. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_08" android:launchMode="singleInstance"/>
  89. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_09" android:launchMode="singleInstance"/>
  90. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_00_T" android:launchMode="singleInstance" android:theme="@android:style/Theme.Translucent"/>
  91. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_01_T" android:launchMode="singleInstance" android:theme="@android:style/Theme.Translucent"/>
  92. <activity android:name="com.tencent.tinker.loader.hotplug.ActivityStubs$SIStub_02_T" android:launchMode="singleInstance" android:theme="@android:style/Theme.Translucent"/>
  93. <meta-data android:name="tinker_version" android:value="1.9.14.25.1"/>
  94. <meta-data android:name="TINKER_ID" android:value="tinker_id_1020-11-01-09"/>
  95. </application>
  96. </manifest>