XML identifier: AdmBtnTxtTyp
Purpose: Override of new local admin login button text using whatever device identification available (such as “Room-4-56”).
Background: Apple recommends per privacy guidelines that any device identity (especially the device name) used by app should display this to the user. This primarily applies to personal equipent, however RCS has decided to implement this as a precaution.
Status: Currently in use.
Category: Single level
Related to: Setting alternative device name
Usage: Allows an integer value of 0 and higher. Currently supports the following variants of text types for the local admin login button:
Number | Interpretation/meaning |
0 | “Admin” – old and deprecated default |
1 | New default – displays the device identity. |
Development plans: Stable, but new cases may be added. Suggestions are welcome.
Default: 1
Example: Display “Admin” in local admin login button, instead of device identity.
…
<key>AdmBtnTxtTyp</key>
<number>0</number>
…
Document Revision: June 2024, rev. 1.0.