Skip to content

Commit

Permalink
Add mimeType for Android 15
Browse files Browse the repository at this point in the history
  • Loading branch information
JingMatrix committed Jul 25, 2024
1 parent 4bf9a1d commit a4605d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@
android:label="@string/view_in_chrome"
android:theme="@android:style/Theme.NoDisplay"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="text/javascript" android:scheme="content" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
Expand Down

0 comments on commit a4605d0

Please sign in to comment.