Fix link launching on Android 11
This commit is contained in:
parent
efb2551f4f
commit
93ac19a06f
|
@ -6,6 +6,9 @@
|
|||
additional functionality it is fine to subclass or reimplement
|
||||
FlutterApplication and put your custom class here. -->
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<!-- Needed for url_launcher to work on android 11 -->
|
||||
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"/>
|
||||
|
||||
<application
|
||||
android:name="io.flutter.app.FlutterApplication"
|
||||
android:label="lemmur"
|
||||
|
|
Loading…
Reference in New Issue