Skip to content

Commit

Permalink
Fixed HM is categorized as browser
Browse files Browse the repository at this point in the history
  • Loading branch information
anandnet committed Jan 20, 2024
1 parent b7a2ef8 commit 821f968
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<intent-filter>
<action android:name="android.intent.action.VIEW" />

<category android:name="android.intent.category.BROWSABLE" />
<!-- <category android:name="android.intent.category.BROWSABLE" /> -->
<category android:name="android.intent.category.DEFAULT" />

<data android:scheme="http" />
Expand All @@ -54,7 +54,7 @@
<intent-filter>
<action android:name="android.intent.action.VIEW" />

<category android:name="android.intent.category.BROWSABLE" />
<!-- <category android:name="android.intent.category.BROWSABLE" /> -->
<category android:name="android.intent.category.DEFAULT" />

<data android:scheme="http" />
Expand Down

1 comment on commit 821f968

@anandnet
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.