Merge "Ask user to reboot when enabling freeform and desktop mode"

This commit is contained in:
TreeHugger Robot
2022-01-27 22:55:30 +00:00
committed by Android (Google) Code Review
8 changed files with 196 additions and 10 deletions

View File

@@ -13813,4 +13813,17 @@
<string name="dream_preview_button_title">Preview screensaver</string>
<!-- Button to customize the screensaver [CHAR LIMIT=20] -->
<string name="customize_button_title">Customize</string>
<!-- Dialog body text used to explain a reboot is required after enabling freeform support for
it to work [CHAR LIMIT=none] -->
<string name="reboot_dialog_enable_freeform_support">A reboot is required to enable freeform
support.</string>
<!-- Dialog body text used to explain a reboot is required after forcing desktop mode on
secondary dislays. [CHAR LIMIT=none] -->
<string name="reboot_dialog_force_desktop_mode">A reboot is required to force desktop mode on
secondary displays.</string>
<!-- Text on the dialog button to reboot the device now [CHAR LIMIT=50] -->
<string name="reboot_dialog_reboot_now">Reboot now</string>
<!-- Text on the dialog button to reboot the device later [CHAR LIMIT=50] -->
<string name="reboot_dialog_reboot_later">Reboot later</string>
</resources>