Add base url to app_config.xml

Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
alperozturk 2024-04-22 15:01:45 +02:00
parent 4e428f0e70
commit 0cbe918eae
No known key found for this signature in database
GPG Key ID: 4E577DC593B59BDF
2 changed files with 7 additions and 0 deletions

View File

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

View File

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