app_restrictions.xml 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <restrictions xmlns:android="http://schemas.android.com/apk/res/android">
  3. <restriction
  4. android:description="@string/restriction_license_username_desc"
  5. android:key="th_license_username"
  6. android:restrictionType="string"
  7. android:title="@string/restriction_license_username"/>
  8. <restriction
  9. android:description="@string/restriction_license_password_desc"
  10. android:key="th_license_password"
  11. android:restrictionType="string"
  12. android:title="@string/restriction_license_password"/>
  13. <restriction
  14. android:defaultValue=""
  15. android:description="@string/restriction_nickname_desc"
  16. android:key="th_nickname"
  17. android:restrictionType="string"
  18. android:title="@string/restriction_nickname"/>
  19. <restriction
  20. android:defaultValue=""
  21. android:description="@string/restriction_firstname_desc"
  22. android:key="th_firstname"
  23. android:restrictionType="string"
  24. android:title="@string/restriction_firstname"/>
  25. <restriction
  26. android:defaultValue=""
  27. android:description="@string/restriction_lastname_desc"
  28. android:key="th_lastname"
  29. android:restrictionType="string"
  30. android:title="@string/restriction_lastname"/>
  31. <restriction
  32. android:defaultValue=""
  33. android:description="@string/restriction_csi_desc"
  34. android:key="th_csi"
  35. android:restrictionType="string"
  36. android:title="@string/restriction_csi"/>
  37. <restriction
  38. android:defaultValue=""
  39. android:description="@string/restriction_category_desc"
  40. android:key="th_category"
  41. android:restrictionType="string"
  42. android:title="@string/restriction_category"/>
  43. <restriction
  44. android:defaultValue=""
  45. android:description="@string/restriction_email_desc"
  46. android:key="th_linked_email"
  47. android:restrictionType="string"
  48. android:title="@string/restriction_email"/>
  49. <restriction
  50. android:defaultValue=""
  51. android:description="@string/restriction_phone_desc"
  52. android:key="th_linked_phone"
  53. android:restrictionType="string"
  54. android:title="@string/restriction_phone"/>
  55. <restriction
  56. android:defaultValue="false"
  57. android:description="@string/restriction_contact_sync_desc"
  58. android:key="th_contact_sync"
  59. android:restrictionType="bool"
  60. android:title="@string/restriction_contact_sync"/>
  61. <restriction
  62. android:defaultValue="false"
  63. android:description="@string/restriction_readonly_profile_desc"
  64. android:key="th_readonly_profile"
  65. android:restrictionType="bool"
  66. android:title="@string/restriction_readonly_profile"/>
  67. <restriction
  68. android:defaultValue="false"
  69. android:description="@string/restriction_block_unknown_desc"
  70. android:key="th_block_unknown"
  71. android:restrictionType="bool"
  72. android:title="@string/restriction_block_unknown"/>
  73. <restriction
  74. android:defaultValue=""
  75. android:description="@string/restriction_id_backup_desc"
  76. android:key="th_id_backup"
  77. android:restrictionType="string"
  78. android:title="@string/restriction_id_backup"/>
  79. <restriction
  80. android:defaultValue=""
  81. android:description="@string/restriction_id_backup_password_desc"
  82. android:key="th_id_backup_password"
  83. android:restrictionType="string"
  84. android:title="@string/restriction_id_backup_password"/>
  85. <restriction
  86. android:defaultValue="false"
  87. android:description="@string/restriction_save_to_gallery_desc"
  88. android:key="th_disable_save_to_gallery"
  89. android:restrictionType="bool"
  90. android:title="@string/restriction_save_to_gallery"/>
  91. <restriction
  92. android:defaultValue="false"
  93. android:description="@string/restriction_disable_screenshots_desc"
  94. android:key="th_disable_screenshots"
  95. android:restrictionType="bool"
  96. android:title="@string/restriction_disable_screenshots"/>
  97. <restriction
  98. android:defaultValue="false"
  99. android:description="@string/restriction_disable_add_contact_desc"
  100. android:key="th_disable_add_contact"
  101. android:restrictionType="bool"
  102. android:title="@string/restriction_disable_add_contact"/>
  103. <restriction
  104. android:defaultValue="false"
  105. android:description="@string/restriction_disable_backups_desc"
  106. android:key="th_disable_backups"
  107. android:restrictionType="bool"
  108. android:title="@string/restriction_disable_backups"/>
  109. <restriction
  110. android:defaultValue="false"
  111. android:description="@string/restriction_disable_export_desc"
  112. android:key="th_disable_export"
  113. android:restrictionType="bool"
  114. android:title="@string/restriction_disable_export"/>
  115. <restriction
  116. android:defaultValue="false"
  117. android:description="@string/restriction_disable_message_preview_desc"
  118. android:key="th_disable_message_preview"
  119. android:restrictionType="bool"
  120. android:title="@string/restriction_disable_message_preview"/>
  121. <restriction
  122. android:defaultValue="false"
  123. android:description="@string/restriction_disable_send_profile_picture_desc"
  124. android:key="th_disable_send_profile_picture"
  125. android:restrictionType="bool"
  126. android:title="@string/restriction_disable_send_profile_picture"/>
  127. <restriction
  128. android:defaultValue="false"
  129. android:description="@string/restriction_disable_calls_desc"
  130. android:key="th_disable_calls"
  131. android:restrictionType="bool"
  132. android:title="@string/restriction_disable_calls"/>
  133. <restriction
  134. android:defaultValue="false"
  135. android:description="@string/restriction_skip_wizard_desc"
  136. android:key="th_skip_wizard"
  137. android:restrictionType="bool"
  138. android:title="@string/restriction_skip_wizard"/>
  139. <restriction
  140. android:defaultValue="false"
  141. android:description="@string/restriction_disable_create_group_desc"
  142. android:key="th_disable_create_group"
  143. android:restrictionType="bool"
  144. android:title="@string/restriction_disable_create_group"/>
  145. <restriction
  146. android:defaultValue="false"
  147. android:description="@string/restriction_safe_enable_desc"
  148. android:key="th_safe_enable"
  149. android:restrictionType="bool"
  150. android:title="@string/restriction_safe_enable"/>
  151. <restriction
  152. android:defaultValue=""
  153. android:description="@string/restriction_safe_server_url_desc"
  154. android:key="th_safe_server_url"
  155. android:restrictionType="string"
  156. android:title="@string/restriction_safe_server_url"/>
  157. <restriction
  158. android:defaultValue=""
  159. android:description="@string/restriction_safe_server_username_desc"
  160. android:key="th_safe_server_username"
  161. android:restrictionType="string"
  162. android:title="@string/restriction_safe_server_username"/>
  163. <restriction
  164. android:defaultValue=""
  165. android:description="@string/restriction_safe_server_password_desc"
  166. android:key="th_safe_server_password"
  167. android:restrictionType="string"
  168. android:title="@string/restriction_safe_server_password"/>
  169. <restriction
  170. android:defaultValue=""
  171. android:description="@string/restriction_safe_password_desc"
  172. android:key="th_safe_password"
  173. android:restrictionType="string"
  174. android:title="@string/restriction_safe_password"/>
  175. <restriction
  176. android:defaultValue="false"
  177. android:description="@string/restriction_safe_restore_enable_desc"
  178. android:key="th_safe_restore_enable"
  179. android:restrictionType="bool"
  180. android:title="@string/restriction_safe_restore_enable"/>
  181. <restriction
  182. android:defaultValue=""
  183. android:description="@string/restriction_safe_restore_id_desc"
  184. android:key="th_safe_restore_id"
  185. android:restrictionType="string"
  186. android:title="@string/restriction_safe_restore_id"/>
  187. <restriction
  188. android:defaultValue="false"
  189. android:description="@string/restriction_disable_web_desc"
  190. android:key="th_disable_web"
  191. android:restrictionType="bool"
  192. android:title="@string/restriction_disable_web"/>
  193. <restriction
  194. android:defaultValue="false"
  195. android:description="@string/restriction_disable_id_export_desc"
  196. android:key="th_disable_id_export"
  197. android:restrictionType="bool"
  198. android:title="@string/restriction_disable_id_export"/>
  199. <restriction
  200. android:defaultValue="false"
  201. android:description="@string/restriction_disable_data_backups_desc"
  202. android:key="th_disable_data_backups"
  203. android:restrictionType="bool"
  204. android:title="@string/restriction_disable_data_backups"/>
  205. <restriction
  206. android:defaultValue="false"
  207. android:description="@string/restriction_hide_inactive_ids_desc"
  208. android:key="th_hide_inactive_ids"
  209. android:restrictionType="bool"
  210. android:title="@string/restriction_hide_inactive_ids"/>
  211. <restriction
  212. android:defaultValue=""
  213. android:description="@string/restriction_web_hosts_desc"
  214. android:key="th_web_hosts"
  215. android:restrictionType="string"
  216. android:title="@string/restriction_web_hosts"/>
  217. <restriction
  218. android:defaultValue="false"
  219. android:description="@string/restriction_disable_share_media_desc"
  220. android:key="th_disable_share_media"
  221. android:restrictionType="bool"
  222. android:title="@string/restriction_disable_share_media"/>
  223. <restriction
  224. android:defaultValue=""
  225. android:description="@string/restriction_safe_password_pattern_desc"
  226. android:key="th_safe_password_pattern"
  227. android:restrictionType="string"
  228. android:title="@string/restriction_safe_password_pattern"/>
  229. <restriction
  230. android:defaultValue=""
  231. android:description="@string/restriction_safe_password_message_desc"
  232. android:key="th_safe_password_message"
  233. android:restrictionType="string"
  234. android:title="@string/restriction_safe_password_message"/>
  235. <restriction
  236. android:defaultValue="false"
  237. android:description="@string/restriction_disable_video_calls_desc"
  238. android:key="th_disable_video_calls"
  239. android:restrictionType="bool"
  240. android:title="@string/restriction_disable_video_calls"/>
  241. <restriction
  242. android:defaultValue=""
  243. android:description="@string/restriction_onprem_server_desc"
  244. android:key="th_onprem_server"
  245. android:restrictionType="string"
  246. android:title="@string/restriction_onprem_server"/>
  247. <restriction
  248. android:defaultValue="false"
  249. android:description="@string/restriction_disable_work_directory_desc"
  250. android:key="th_disable_work_directory"
  251. android:restrictionType="bool"
  252. android:title="@string/restriction_disable_work_directory"/>
  253. <restriction
  254. android:defaultValue="false"
  255. android:description="@string/restriction_disable_group_calls_desc"
  256. android:key="th_disable_group_calls"
  257. android:restrictionType="bool"
  258. android:title="@string/restriction_disable_group_calls"/>
  259. </restrictions>