Skip to content

Commit

Permalink
Merge pull request #448 from digitalfabrik/LUN-511-links-not-pressable
Browse files Browse the repository at this point in the history
LUN-511: Make links pressable
  • Loading branch information
steffenkleinle authored May 24, 2023
2 parents c7469e1 + 7ddeff6 commit d7de06c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,13 @@
<action android:name="android.intent.action.VIEW" />
<data android:scheme="https"/>
</intent>
<intent>
<action android:name="android.intent.action.VIEW" />
<data android:scheme="mailto" />
</intent>
<intent>
<action android:name="android.intent.action.VIEW" />
<data android:scheme="tel" />
</intent>
</queries>
</manifest>

0 comments on commit d7de06c

Please sign in to comment.