Skip to content

Commit

Permalink
add sms queries to AndroidManifest.xml (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
José Pereda authored May 9, 2023
1 parent ddcd18c commit 1f223a1
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="https" />
</intent>
<intent>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="sms" />
</intent>
<intent>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="smsto" />
</intent>
</queries>
</manifest>

0 comments on commit 1f223a1

Please sign in to comment.