1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-09 22:38:42 +00:00

Rebuild runners (#1725)

This commit is contained in:
Brett Morgan
2023-04-08 07:44:56 +10:00
committed by GitHub
parent 07bcb61521
commit 31a3d14618
453 changed files with 6679 additions and 1456 deletions

View File

@@ -1,6 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="dev.flutter.testing_app">
<!-- Flutter needs it to communicate with the running application
<!-- The INTERNET permission is required for development. Specifically,
the Flutter tool needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
<uses-permission android:name="android.permission.INTERNET"/>