android: Fix Observatory server failed to start after 1 tries

See https://github.com/dart-lang/sdk/issues/31532
This commit is contained in:
Calcitem 2020-11-06 00:28:54 +08:00
parent 1b70185b15
commit 9307cf474e
1 changed files with 1 additions and 0 deletions

View File

@ -46,4 +46,5 @@
android:name="flutterEmbedding"
android:value="2" />
</application>
<uses-permission android:name="android.permission.INTERNET"/>
</manifest>