mirror of
https://github.com/bitwarden/mobile
synced 2025-12-29 06:33:53 +00:00
support for appconfig settings (#727)
This commit is contained in:
9
src/Android/Resources/xml/app_restrictions.xml
Normal file
9
src/Android/Resources/xml/app_restrictions.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<restrictions xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<restriction
|
||||
android:key="baseEnvironmentUrl"
|
||||
android:title="@string/SelfHostedServerUrl"
|
||||
android:restrictionType="string"
|
||||
android:description="@string/ServerUrl"
|
||||
android:defaultValue="@null" />
|
||||
</restrictions>
|
||||
Reference in New Issue
Block a user