Skip to content

Commit

Permalink
Add base url to app_config.xml
Browse files Browse the repository at this point in the history
Signed-off-by: alperozturk <alper_ozturk@proton.me>
  • Loading branch information
alperozturk96 committed Apr 22, 2024
1 parent 4e428f0 commit 0cbe918
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
6 changes: 6 additions & 0 deletions app/src/main/res/xml/app_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 0cbe918

Please sign in to comment.