Skip to content

Commit

Permalink
Integrate NavigaTum, Person/Room Search, Person Details (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobkoerber authored Oct 13, 2023
1 parent cdc436e commit 2b6c7df
Show file tree
Hide file tree
Showing 107 changed files with 2,052 additions and 61,751 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 @@ -45,6 +45,14 @@
<category android:name="android.intent.category.BROWSABLE"/>
<data android:scheme="https"/>
</intent>
<intent>
<action android:name="android.intent.action.VIEW"/>
<data android:scheme="tel"/>
</intent>
<intent>
<action android:name="android.intent.action.VIEW"/>
<data android:scheme="mailto"/>
</intent>
<intent>
<action android:name="android.intent.action.SEND"/>
<data android:mimeType="*/*"/>
Expand Down
Loading

0 comments on commit 2b6c7df

Please sign in to comment.