Skip to content

Commit

Permalink
Merge PR #925.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamVe committed Jan 24, 2023
2 parents 8acfda7 + 0c87036 commit 023c003
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
android:exported="true"
android:targetActivity=".MainActivity">

<meta-data
android:name="io.flutter.embedding.android.NormalTheme"
android:resource="@style/NormalTheme" />

<intent-filter>
<action android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" />
</intent-filter>
Expand Down

0 comments on commit 023c003

Please sign in to comment.