API 30: fixed fetching package names/icons

This commit is contained in:
Thibault Deckers 2020-07-19 19:26:29 +09:00
parent c86af1945f
commit 6fb73fbf70

View file

@ -36,6 +36,14 @@
-->
<uses-permission android:name="android.permission.WAKE_LOCK" />
<!-- from Android R, we should define <queries> to make other apps visible to this app -->
<queries>
<intent>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent>
</queries>
<application
android:name="io.flutter.app.FlutterApplication"
android:icon="@mipmap/ic_launcher"