We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3d38a6 commit 72a734dCopy full SHA for 72a734d
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
@@ -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