[Many] Remove network policy from metadata#11165
Merged
auto-submit[bot] merged 2 commits intoflutter:mainfrom Mar 3, 2026
Merged
[Many] Remove network policy from metadata#11165auto-submit[bot] merged 2 commits intoflutter:mainfrom
auto-submit[bot] merged 2 commits intoflutter:mainfrom
Conversation
There was a problem hiding this comment.
Code Review
This pull request removes the io.flutter.network-policy meta-data tag from the AndroidManifest.xml files in the example applications for the file_selector_android, image_picker_android, video_player_android, webview_flutter, and webview_flutter_android packages. This removal is applied to both debug and main manifest variants.
Note: Security Review has been skipped due to the limited scope of the PR.
Contributor
Author
|
Override changelog and version: configuration change of example apps. |
Contributor
|
auto label is removed for flutter/packages/11165, Failed to merge flutter/packages/11165 with FormatException: Unexpected end of input (at character 1) ^ |
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Mar 4, 2026
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Mar 4, 2026
github-merge-queue bot
pushed a commit
to flutter/flutter
that referenced
this pull request
Mar 4, 2026
flutter/packages@9083bc9...82baf93 2026-03-04 louisehsu@google.com [camera_avfoundation] Fixes crash when using ResolutionPreset.max with iPhone 17 (flutter/packages#11106) 2026-03-03 43054281+camsim99@users.noreply.github.com [camera_android_camerax] Allow usage of all use cases concurrently (flutter/packages#10732) 2026-03-03 matt.boetger@gmail.com [Many] Remove network policy from metadata (flutter/packages#11165) 2026-03-03 matt.boetger@gmail.com [Espresso] remove metadata network policy (flutter/packages#11164) 2026-03-03 stuartmorgan@google.com [tool] Add initial non-plugin package support for Kotlin Gradle (flutter/packages#11127) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages-flutter-autoroll Please CC flutter-ecosystem@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It turns out the io.flutter.network-policy is not connected to the engine. Remove any mention of it.
Regardless, this should control dart sockets and these metadata tags are only added because of Espresso.
Addresses: flutter/flutter#183153
Pre-Review Checklist
[shared_preferences]///).