manifest-merger-blame-debug-report.txt 4.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. 1<?xml version="1.0" encoding="utf-8"?>
  2. 2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
  3. 3 package="com.example.fuwei"
  4. 4 android:versionCode="1"
  5. 5 android:versionName="1.0.0" >
  6. 6
  7. 7 <uses-sdk
  8. 8 android:minSdkVersion="19"
  9. 9 android:targetSdkVersion="33" />
  10. 10 <!--
  11. 11 The INTERNET permission is required for development. Specifically,
  12. 12 the Flutter tool needs it to communicate with the running application
  13. 13 to allow setting breakpoints, to provide hot reload, etc.
  14. 14 -->
  15. 15 <uses-permission android:name="android.permission.INTERNET" />
  16. 15-->/Users/honghengqiang/Flutter/learn/fuwei/android/app/src/debug/AndroidManifest.xml:7:5-66
  17. 15-->/Users/honghengqiang/Flutter/learn/fuwei/android/app/src/debug/AndroidManifest.xml:7:22-64
  18. 16
  19. 17 <application
  20. 18 android:name="android.app.Application"
  21. 19 android:appComponentFactory="androidx.core.app.CoreComponentFactory"
  22. 19-->[androidx.core:core:1.6.0] /Users/honghengqiang/.gradle/caches/transforms-3/4ca28c4a71705f8a687c69dda140a277/transformed/core-1.6.0/AndroidManifest.xml:24:18-86
  23. 20 android:debuggable="true"
  24. 21 android:icon="@mipmap/ic_launcher"
  25. 22 android:label="fuwei" >
  26. 23 <activity
  27. 24 android:name="com.example.fuwei.MainActivity"
  28. 25 android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
  29. 26 android:exported="true"
  30. 27 android:hardwareAccelerated="true"
  31. 28 android:launchMode="singleTop"
  32. 29 android:theme="@style/LaunchTheme"
  33. 30 android:windowSoftInputMode="adjustResize" >
  34. 31
  35. 32 <!--
  36. 33 Specifies an Android theme to apply to this Activity as soon as
  37. 34 the Android process has started. This theme is visible to the user
  38. 35 while the Flutter UI initializes. After that, this theme continues
  39. 36 to determine the Window background behind the Flutter UI.
  40. 37 -->
  41. 38 <meta-data
  42. 39 android:name="io.flutter.embedding.android.NormalTheme"
  43. 40 android:resource="@style/NormalTheme" />
  44. 41
  45. 42 <intent-filter>
  46. 43 <action android:name="android.intent.action.MAIN" />
  47. 44
  48. 45 <category android:name="android.intent.category.LAUNCHER" />
  49. 46 </intent-filter>
  50. 47 </activity>
  51. 48 <!--
  52. 49 Don't delete the meta-data below.
  53. 50 This is used by the Flutter tool to generate GeneratedPluginRegistrant.java
  54. 51 -->
  55. 52 <meta-data
  56. 53 android:name="flutterEmbedding"
  57. 54 android:value="2" />
  58. 55
  59. 56 <uses-library
  60. 56-->[androidx.window:window:1.0.0-beta04] /Users/honghengqiang/.gradle/caches/transforms-3/dee59bb480020f42d53c2ea15e4501f7/transformed/jetified-window-1.0.0-beta04/AndroidManifest.xml:25:9-27:40
  61. 57 android:name="androidx.window.extensions"
  62. 57-->[androidx.window:window:1.0.0-beta04] /Users/honghengqiang/.gradle/caches/transforms-3/dee59bb480020f42d53c2ea15e4501f7/transformed/jetified-window-1.0.0-beta04/AndroidManifest.xml:26:13-54
  63. 58 android:required="false" />
  64. 58-->[androidx.window:window:1.0.0-beta04] /Users/honghengqiang/.gradle/caches/transforms-3/dee59bb480020f42d53c2ea15e4501f7/transformed/jetified-window-1.0.0-beta04/AndroidManifest.xml:27:13-37
  65. 59 <uses-library
  66. 59-->[androidx.window:window:1.0.0-beta04] /Users/honghengqiang/.gradle/caches/transforms-3/dee59bb480020f42d53c2ea15e4501f7/transformed/jetified-window-1.0.0-beta04/AndroidManifest.xml:28:9-30:40
  67. 60 android:name="androidx.window.sidecar"
  68. 60-->[androidx.window:window:1.0.0-beta04] /Users/honghengqiang/.gradle/caches/transforms-3/dee59bb480020f42d53c2ea15e4501f7/transformed/jetified-window-1.0.0-beta04/AndroidManifest.xml:29:13-51
  69. 61 android:required="false" />
  70. 61-->[androidx.window:window:1.0.0-beta04] /Users/honghengqiang/.gradle/caches/transforms-3/dee59bb480020f42d53c2ea15e4501f7/transformed/jetified-window-1.0.0-beta04/AndroidManifest.xml:30:13-37
  71. 62 </application>
  72. 63
  73. 64</manifest>