Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 2d3f5d6

Browse files
author
Gray Mackall
committed
licenses and manifest changes
1 parent daced97 commit 2d3f5d6

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

ci/licenses_golden/licenses_flutter

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36233,8 +36233,6 @@ ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plug
3623336233
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/service/ServiceAware.java + ../../../flutter/LICENSE
3623436234
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/service/ServiceControlSurface.java + ../../../flutter/LICENSE
3623536235
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/service/ServicePluginBinding.java + ../../../flutter/LICENSE
36236-
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/shim/ShimPluginRegistry.java + ../../../flutter/LICENSE
36237-
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/shim/ShimRegistrar.java + ../../../flutter/LICENSE
3623836236
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/util/GeneratedPluginRegister.java + ../../../flutter/LICENSE
3623936237
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/renderer/FlutterRenderer.java + ../../../flutter/LICENSE
3624036238
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/renderer/FlutterUiDisplayListener.java + ../../../flutter/LICENSE
@@ -36305,7 +36303,6 @@ ORIGIN: ../../../flutter/shell/platform/android/io/flutter/util/ViewUtils.java +
3630536303
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/view/AccessibilityBridge.java + ../../../flutter/LICENSE
3630636304
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/view/AccessibilityViewEmbedder.java + ../../../flutter/LICENSE
3630736305
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/view/FlutterCallbackInformation.java + ../../../flutter/LICENSE
36308-
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/view/FlutterMain.java + ../../../flutter/LICENSE
3630936306
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/view/FlutterRunArguments.java + ../../../flutter/LICENSE
3631036307
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/view/TextureRegistry.java + ../../../flutter/LICENSE
3631136308
ORIGIN: ../../../flutter/shell/platform/android/io/flutter/view/VsyncWaiter.java + ../../../flutter/LICENSE
@@ -39088,8 +39085,6 @@ FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugin
3908839085
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/service/ServiceAware.java
3908939086
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/service/ServiceControlSurface.java
3909039087
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/service/ServicePluginBinding.java
39091-
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/shim/ShimPluginRegistry.java
39092-
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/shim/ShimRegistrar.java
3909339088
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/plugins/util/GeneratedPluginRegister.java
3909439089
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/renderer/FlutterRenderer.java
3909539090
FILE: ../../../flutter/shell/platform/android/io/flutter/embedding/engine/renderer/FlutterUiDisplayListener.java
@@ -39168,7 +39163,6 @@ FILE: ../../../flutter/shell/platform/android/io/flutter/util/ViewUtils.java
3916839163
FILE: ../../../flutter/shell/platform/android/io/flutter/view/AccessibilityBridge.java
3916939164
FILE: ../../../flutter/shell/platform/android/io/flutter/view/AccessibilityViewEmbedder.java
3917039165
FILE: ../../../flutter/shell/platform/android/io/flutter/view/FlutterCallbackInformation.java
39171-
FILE: ../../../flutter/shell/platform/android/io/flutter/view/FlutterMain.java
3917239166
FILE: ../../../flutter/shell/platform/android/io/flutter/view/FlutterRunArguments.java
3917339167
FILE: ../../../flutter/shell/platform/android/io/flutter/view/TextureRegistry.java
3917439168
FILE: ../../../flutter/shell/platform/android/io/flutter/view/VsyncWaiter.java

testing/android_background_image/android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
package="dev.flutter.android_background_image">
44
<uses-permission android:name="android.permission.INTERNET" />
55
<application
6-
android:name="io.flutter.app.FlutterApplication"
76
android:allowBackup="false"
87
android:label="Background Image Tester"
98
android:supportsRtl="true">

testing/scenario_app/android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
package="dev.flutter.scenarios">
55
<uses-permission android:name="android.permission.INTERNET" />
66
<application
7-
android:name="io.flutter.app.FlutterApplication"
87
android:label="Scenarios App"
98
android:supportsRtl="true"
109
android:theme="@style/AppTheme"

0 commit comments

Comments
 (0)