mirror of
https://github.com/flutter/samples.git
synced 2026-03-22 20:31:48 +00:00
Just removed the old `ios/`, `macos/` and `android/` folders and recreated them using `flutter create .`, then massaged the runners back into working order.
9 lines
418 B
XML
9 lines
418 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.example.game_template">
|
|
<!-- 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"/>
|
|
</manifest>
|