We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b06781f commit b2c42bbCopy full SHA for b2c42bb
2 files changed
owncloudApp/src/main/AndroidManifest.xml
@@ -100,12 +100,12 @@
100
101
<data
102
android:host="@string/deep_link_host"
103
- android:pathPrefix="/f/"
+ android:pathPrefix="@string/deep_link_path_prefix"
104
android:scheme="https" />
105
106
107
108
109
android:scheme="http" />
110
</intent-filter>
111
</activity>
owncloudApp/src/main/res/values/setup.xml
@@ -122,5 +122,6 @@
122
123
<!--Deep Links -->
124
<string name="deep_link_host">*</string>
125
+ <string name="deep_link_path_prefix">/f/</string>
126
127
</resources>
0 commit comments