Bitwarden-app-android-iphon.../src/Android/Resources/xml/app_restrictions.xml

10 lines
344 B
XML

<?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="" />
</restrictions>