Skip to content

Commit

Permalink
Resolve an AndroidManifest lint regarding intent-filter data
Browse files Browse the repository at this point in the history
  • Loading branch information
torokati44 committed Dec 3, 2024
1 parent 8ff102a commit b4ae35a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@

<data android:mimeType="application/x-shockwave-flash"/>

<data android:pathSuffix="swf" />
<data android:pathPattern="*.swf" />
<data android:host="*" />
<data android:pathPattern=".*.swf" />
</intent-filter>

<intent-filter>
Expand Down

0 comments on commit b4ae35a

Please sign in to comment.