Skip to content

Commit b2c42bb

Browse files
committed
Custom path prefix added
1 parent b06781f commit b2c42bb

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

owncloudApp/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@
100100

101101
<data
102102
android:host="@string/deep_link_host"
103-
android:pathPrefix="/f/"
103+
android:pathPrefix="@string/deep_link_path_prefix"
104104
android:scheme="https" />
105105

106106
<data
107107
android:host="@string/deep_link_host"
108-
android:pathPrefix="/f/"
108+
android:pathPrefix="@string/deep_link_path_prefix"
109109
android:scheme="http" />
110110
</intent-filter>
111111
</activity>

owncloudApp/src/main/res/values/setup.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,6 @@
122122

123123
<!--Deep Links -->
124124
<string name="deep_link_host">*</string>
125+
<string name="deep_link_path_prefix">/f/</string>
125126

126127
</resources>

0 commit comments

Comments
 (0)