Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update manifest to match
  • Loading branch information
stuartmorgan-g authored May 19, 2022
commit a6f716771ffa6c1cc4774e097d0f9f25bbca796d
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
<!-- Provide required visibility configuration for API level 30 and above -->
<queries>
<intent>
<action android:name="android.intent.action.DIAL" />
<action android:name="android.intent.action.VIEW" />
<data android:scheme="tel" />
</intent>
<intent>
<action android:name="android.intent.action.SENDTO" />
<data android:scheme="smsto" />
<action android:name="android.intent.action.VIEW" />
<data android:scheme="sms" />
</intent>
</queries>

Expand Down