mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-03-09 21:20:21 +00:00
Android for Enterprise provides special feature for applications to obtain configuration through RestrictionManager remotely by some MDM solution. Jitsi Meet can be remotely installed and provisioned with a proper URL (making URL not editable by the user) inside the Work Profile or Fully managed device.
6 lines
252 B
XML
6 lines
252 B
XML
<resources>
|
|
<string name="app_name">Jitsi Meet</string>
|
|
<string name="restriction_server_url_description">URL of Jitsi Meet server instance to connect to</string>
|
|
<string name="restriction_server_url_title">Server URL</string>
|
|
</resources>
|