We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8acfda7 + 0c87036 commit 023c003Copy full SHA for 023c003
android/app/src/main/AndroidManifest.xml
@@ -62,6 +62,10 @@
62
android:exported="true"
63
android:targetActivity=".MainActivity">
64
65
+ <meta-data
66
+ android:name="io.flutter.embedding.android.NormalTheme"
67
+ android:resource="@style/NormalTheme" />
68
+
69
<intent-filter>
70
<action android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" />
71
</intent-filter>
0 commit comments