"Fossies" - the Fresh Open Source Software Archive

Member "jitsi-meet-7328/android/app/src/main/res/xml/app_restrictions.xml" (8 Jun 2023, 457 Bytes) of package /linux/misc/jitsi-meet-7328.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) XML source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    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>