Loading core/res/res/drawable/ic_lock_reboot.png 0 → 100644 +1.67 KiB Loading image diff... core/res/res/layout/power_dialog.xml +5 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,11 @@ android:layout_height="wrap_content" /> <Button android:id="@+id/reboot" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/reboot_system" /> <Button android:id="@+id/off" android:layout_width="fill_parent" android:layout_height="wrap_content" Loading core/res/res/values/strings.xml +5 −0 Original line number Diff line number Diff line Loading @@ -264,12 +264,15 @@ <string name="screen_lock">Screen lock</string> <!-- Button to turn off the phone, within the Phone Options dialog --> <string name="power_off">Power off</string> <string name="reboot_system">Reboot phone</string> <!-- Shutdown Progress Dialog. This is shown if the user chooses to power off the phone. --> <string name="shutdown_progress">Shutting down\u2026</string> <string name="reboot_progress">Rebooting phone\u2026</string> <!-- Shutdown Confirmation Dialog. When the user chooses to power off the phone, there will be a confirmation dialog. This is the message. --> <string name="shutdown_confirm">Your phone will shut down.</string> <string name="reboot_confirm">Your phone will reboot.</string> <!-- Recent Tasks dialog --> <string name="no_recent_tasks">No recent applications.</string> Loading Loading @@ -301,6 +304,8 @@ <!-- status message in phone options dialog for when airplane mode is off --> <string name="global_actions_airplane_mode_off_status">Airplane mode is OFF</string> <string name="global_action_reboot">Reboot phone</string> <!-- Displayed to the user to tell them that they have started up the phone in "safe mode" --> <string name="safeMode">Safe mode</string> Loading Loading
core/res/res/layout/power_dialog.xml +5 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,11 @@ android:layout_height="wrap_content" /> <Button android:id="@+id/reboot" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/reboot_system" /> <Button android:id="@+id/off" android:layout_width="fill_parent" android:layout_height="wrap_content" Loading
core/res/res/values/strings.xml +5 −0 Original line number Diff line number Diff line Loading @@ -264,12 +264,15 @@ <string name="screen_lock">Screen lock</string> <!-- Button to turn off the phone, within the Phone Options dialog --> <string name="power_off">Power off</string> <string name="reboot_system">Reboot phone</string> <!-- Shutdown Progress Dialog. This is shown if the user chooses to power off the phone. --> <string name="shutdown_progress">Shutting down\u2026</string> <string name="reboot_progress">Rebooting phone\u2026</string> <!-- Shutdown Confirmation Dialog. When the user chooses to power off the phone, there will be a confirmation dialog. This is the message. --> <string name="shutdown_confirm">Your phone will shut down.</string> <string name="reboot_confirm">Your phone will reboot.</string> <!-- Recent Tasks dialog --> <string name="no_recent_tasks">No recent applications.</string> Loading Loading @@ -301,6 +304,8 @@ <!-- status message in phone options dialog for when airplane mode is off --> <string name="global_actions_airplane_mode_off_status">Airplane mode is OFF</string> <string name="global_action_reboot">Reboot phone</string> <!-- Displayed to the user to tell them that they have started up the phone in "safe mode" --> <string name="safeMode">Safe mode</string> Loading