We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6af9688 commit e46bd69Copy full SHA for e46bd69
owncloudApp/src/main/AndroidManifest.xml
@@ -96,12 +96,12 @@
96
97
<data
98
android:host="@string/deep_link_host"
99
- android:pathPrefix="/f/"
+ android:pathPrefix="@string/deep_link_path_prefix"
100
android:scheme="https" />
101
102
103
104
105
android:scheme="http" />
106
</intent-filter>
107
</activity>
owncloudApp/src/main/res/values/setup.xml
@@ -119,5 +119,6 @@
119
120
<!--Deep Links -->
121
<string name="deep_link_host">*</string>
122
+ <string name="deep_link_path_prefix">/f/</string>
123
124
</resources>
0 commit comments