ソースを参照

Add base url to app_config.xml

Signed-off-by: alperozturk <alper_ozturk@proton.me>
alperozturk 1 年間 前
コミット
9a0f69ee71

+ 1 - 0
app/src/main/res/values/strings.xml

@@ -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>
 

+ 6 - 0
app/src/main/res/xml/app_config.xml

@@ -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>