1 <?xml version="1.0" encoding="utf-8"?> 2 <restrictions xmlns:android="http://schemas.android.com/apk/res/android"> 3 4 <!-- Server URL configuration --> 5 <restriction 6 android:defaultValue="https://meet.jit.si" 7 android:description="@string/restriction_server_url_description" 8 android:key="SERVER_URL" 9 android:restrictionType="string" 10 android:title="@string/restriction_server_url_title"/> 11 </restrictions>