Unverified Commit 8efd6c1a authored by Jason Simmons's avatar Jason Simmons Committed by GitHub

Add a manifest for profile builds that enables INTERNET permission (#26450)

Profile builds need access to sockets in order to launch the Dart
observatory server.

This permission used to be enabled by default in all build types,
but was moved to a build type specific manifest in
https://github.com/flutter/flutter/commit/88b853f7eb85bf0b47e1ca4d1bf9d9a9f821730d
parent ffad10aa
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="{{androidIdentifier}}">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
<uses-permission android:name="android.permission.INTERNET"/>
</manifest>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment