diff options
| -rw-r--r-- | core/res/res/values/strings.xml | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index bb56b8d21a03..3c7f0267d943 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -1932,6 +1932,10 @@ typed when unlocking the screen, and lock your Android TV device or erase all your Android TV device\'s data if too many incorrect passwords are typed.</string> <!-- Description of policy access to watch user login attempts --> + <string name="policydesc_watchLogin" product="automotive">Monitor the number of incorrect passwords + typed. when unlocking the screen, and lock the infotainment system or erase all the infotainment system\'s + data if too many incorrect passwords are typed.</string> + <!-- Description of policy access to watch user login attempts --> <string name="policydesc_watchLogin" product="default">Monitor the number of incorrect passwords typed. when unlocking the screen, and lock the phone or erase all the phone\'s data if too many incorrect passwords are typed.</string> @@ -1941,6 +1945,9 @@ <string name="policydesc_watchLogin_secondaryUser" product="tv">Monitor the number of incorrect passwords typed when unlocking the screen, and lock your Android TV device or erase all this user\'s data if too many incorrect passwords are typed.</string> + <string name="policydesc_watchLogin_secondaryUser" product="automotive">Monitor the number of incorrect passwords + typed when unlocking the screen, and lock the infotainment system or erase all this profile\'s data + if too many incorrect passwords are typed.</string> <string name="policydesc_watchLogin_secondaryUser" product="default">Monitor the number of incorrect passwords typed when unlocking the screen, and lock the phone or erase all this user\'s data if too many incorrect passwords are typed.</string> @@ -1959,14 +1966,20 @@ <!-- Description of policy access to wipe the user's data --> <string name="policydesc_wipeData" product="tv">Erase your Android TV device\'s data without warning by performing a factory data reset.</string> <!-- Description of policy access to wipe the user's data --> + <string name="policydesc_wipeData" product="automotive">Erase the infotainment system\'s data without warning by performing a factory data reset.</string> + <!-- Description of policy access to wipe the user's data --> <string name="policydesc_wipeData" product="default">Erase the phone\'s data without warning by performing a factory data reset.</string> <!-- Title of policy access to wipe secondary user's data --> - <string name="policylab_wipeData_secondaryUser">Erase user data</string> + <string name="policylab_wipeData_secondaryUser" product="automotive">Erase profile data</string> + <!-- Title of policy access to wipe secondary user's data --> + <string name="policylab_wipeData_secondaryUser" product="default">Erase user data</string> <!-- Description of policy access to wipe the user's data --> <string name="policydesc_wipeData_secondaryUser" product="tablet">Erase this user\'s data on this tablet without warning.</string> <!-- Description of policy access to wipe the user's data --> <string name="policydesc_wipeData_secondaryUser" product="tv">Erase this user\'s data on this Android TV device without warning.</string> <!-- Description of policy access to wipe the user's data --> + <string name="policydesc_wipeData_secondaryUser" product="automotive">Erase this profile\'s data on this infotainment system without warning.</string> + <!-- Description of policy access to wipe the user's data --> <string name="policydesc_wipeData_secondaryUser" product="default">Erase this user\'s data on this phone without warning.</string> <!-- Title of policy access to set global proxy --> <string name="policylab_setGlobalProxy">Set the device global proxy</string> |