Signed-off-by: alperozturk <alper_ozturk@proton.me>
@@ -26,6 +26,7 @@
<string name="ecosystem_apps_display_assistant">Assistant</string>
+ <string name="app_config_base_url_title">Base Url</string>
<string name="app_config_proxy_host_title">Proxy Host Name</string>
<string name="app_config_proxy_port_title">Proxy Port</string>
@@ -19,4 +19,10 @@
android:restrictionType="integer"
android:title="@string/app_config_proxy_port_title" />
+ <restriction
+ android:key="base_url"
+ android:defaultValue=""
+ android:restrictionType="string"
+ android:title="@string/app_config_base_url_title" />
+
</restrictions>