Loading res/values/strings.xml +4 −0 Original line number Diff line number Diff line Loading @@ -8085,6 +8085,10 @@ <string name="enterprise_privacy_always_on_vpn_work">Always-on VPN turned on in your work profile</string> <!-- Label explaining that a global HTTP proxy was set by the admin. [CHAR LIMIT=NONE] --> <string name="enterprise_privacy_global_http_proxy">Global HTTP proxy set</string> <!-- Label explaining that the admin can lock the device and change the user's password. [CHAR LIMIT=NONE] --> <string name="enterprise_privacy_lock_device">Admin can lock device and reset password</string> <!-- Label explaining that the admin can wipe the device remotely. [CHAR LIMIT=NONE] --> <string name="enterprise_privacy_wipe_device">Admin can delete all device data</string> <!-- Message indicating that the device is enterprise-managed by a Device Owner [CHAR LIMIT=NONE] --> <string name="do_disclosure_generic">This device is managed.</string> <!-- Message indicating that the device is enterprise-managed by a Device Owner [CHAR LIMIT=NONE] --> res/xml/enterprise_privacy_settings.xml +10 −0 Original line number Diff line number Diff line Loading @@ -96,5 +96,15 @@ </PreferenceCategory> <PreferenceCategory android:title="@string/enterprise_privacy_device_access_category"> <com.android.settings.DividerPreference android:key="lock_device" android:title="@string/enterprise_privacy_lock_device" settings:allowDividerBelow="true" settings:multiLine="true"/> <com.android.settings.DividerPreference android:key="wipe_device" android:title="@string/enterprise_privacy_wipe_device" settings:allowDividerBelow="true" settings:multiLine="true"/> </PreferenceCategory> </PreferenceScreen> Loading
res/values/strings.xml +4 −0 Original line number Diff line number Diff line Loading @@ -8085,6 +8085,10 @@ <string name="enterprise_privacy_always_on_vpn_work">Always-on VPN turned on in your work profile</string> <!-- Label explaining that a global HTTP proxy was set by the admin. [CHAR LIMIT=NONE] --> <string name="enterprise_privacy_global_http_proxy">Global HTTP proxy set</string> <!-- Label explaining that the admin can lock the device and change the user's password. [CHAR LIMIT=NONE] --> <string name="enterprise_privacy_lock_device">Admin can lock device and reset password</string> <!-- Label explaining that the admin can wipe the device remotely. [CHAR LIMIT=NONE] --> <string name="enterprise_privacy_wipe_device">Admin can delete all device data</string> <!-- Message indicating that the device is enterprise-managed by a Device Owner [CHAR LIMIT=NONE] --> <string name="do_disclosure_generic">This device is managed.</string> <!-- Message indicating that the device is enterprise-managed by a Device Owner [CHAR LIMIT=NONE] -->
res/xml/enterprise_privacy_settings.xml +10 −0 Original line number Diff line number Diff line Loading @@ -96,5 +96,15 @@ </PreferenceCategory> <PreferenceCategory android:title="@string/enterprise_privacy_device_access_category"> <com.android.settings.DividerPreference android:key="lock_device" android:title="@string/enterprise_privacy_lock_device" settings:allowDividerBelow="true" settings:multiLine="true"/> <com.android.settings.DividerPreference android:key="wipe_device" android:title="@string/enterprise_privacy_wipe_device" settings:allowDividerBelow="true" settings:multiLine="true"/> </PreferenceCategory> </PreferenceScreen>