Skip to content

Commit

Permalink
Update AndroidManifest.xml add others whatsapp scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
guiguicdd authored and k3b committed Dec 19, 2023
1 parent 29a132a commit 0b42ad6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,16 @@
<data android:scheme="voicemail" />
<data android:scheme="view-source" />
<data android:scheme="sqlite" />
<data android:scheme="whatsapp" />

<!-- Intercept Google play links -->
<data android:scheme="market" />
<data android:scheme="store" />
<data android:scheme="android" />

<!-- Intercept WhatsApp links -->
<data android:scheme="whatsapp"/>
<data android:scheme="whatsapp-sheet"/>
<data android:scheme="whatsapp-consumer"/>
</intent-filter>
<!-- same scheme-intents but with mime (mime!=null) -->
<intent-filter android:label="@string/intent_filter_label">
Expand Down

0 comments on commit 0b42ad6

Please sign in to comment.