Skip to content

Commit e46bd69

Browse files
committed
Custom path prefix added
1 parent 6af9688 commit e46bd69

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

owncloudApp/src/main/AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,12 @@
9696

9797
<data
9898
android:host="@string/deep_link_host"
99-
android:pathPrefix="/f/"
99+
android:pathPrefix="@string/deep_link_path_prefix"
100100
android:scheme="https" />
101101

102102
<data
103103
android:host="@string/deep_link_host"
104-
android:pathPrefix="/f/"
104+
android:pathPrefix="@string/deep_link_path_prefix"
105105
android:scheme="http" />
106106
</intent-filter>
107107
</activity>

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

+1
Original file line numberDiff line numberDiff line change
@@ -119,5 +119,6 @@
119119

120120
<!--Deep Links -->
121121
<string name="deep_link_host">*</string>
122+
<string name="deep_link_path_prefix">/f/</string>
122123

123124
</resources>

0 commit comments

Comments
 (0)