Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 919cbc35 authored by Steve Kondik's avatar Steve Kondik
Browse files

Adds a reboot option to the power menu.

parent f8419f7b
Loading
Loading
Loading
Loading
+1.67 KiB
Loading image diff...
+5 −0
Original line number Diff line number Diff line
@@ -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"
+5 −0
Original line number Diff line number Diff line
@@ -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>
@@ -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>