Skip to content

Commit

Permalink
Custom path prefix added
Browse files Browse the repository at this point in the history
  • Loading branch information
fesave committed Apr 28, 2022
1 parent 984d8e6 commit da854ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions owncloudApp/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@

<data
android:host="@string/deep_link_host"
android:pathPrefix="/f/"
android:pathPrefix="@string/deep_link_path_prefix"
android:scheme="https" />

<data
android:host="@string/deep_link_host"
android:pathPrefix="/f/"
android:pathPrefix="@string/deep_link_path_prefix"
android:scheme="http" />
</intent-filter>
</activity>
Expand Down
1 change: 1 addition & 0 deletions owncloudApp/src/main/res/values/setup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,6 @@

<!--Deep Links -->
<string name="deep_link_host">*</string>
<string name="deep_link_path_prefix">/f/</string>

</resources>

0 comments on commit da854ad

Please sign in to comment.