fixed app freeze because of google maps init/refresh
This commit is contained in:
parent
047fdafc32
commit
8b31e3ee97
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,11 @@
|
|||
|
||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
|
||||
<!-- TODO remove this permission once this issue is fixed:
|
||||
https://github.com/flutter/flutter/issues/42349
|
||||
https://github.com/flutter/flutter/issues/42451
|
||||
-->
|
||||
<uses-permission android:name="android.permission.WAKE_LOCK"/>
|
||||
<application
|
||||
android:name="io.flutter.app.FlutterApplication"
|
||||
android:label="Aves"
|
||||
|
|
Loading…
Reference in a new issue