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

Commit cedf2296 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Replace action button "Uninstall" with "Restart""

parents 23990829 5b380af9
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -27,10 +27,11 @@
    <string name="notification_action_cancel">Cancel</string>
    <!-- Action on notification: Discard installation [CHAR LIMIT=16] -->
    <string name="notification_action_discard">Discard</string>
    <!-- Action on notification: Uninstall Dynamic System [CHAR LIMIT=16] -->
    <string name="notification_action_uninstall">Uninstall</string>
    <!-- Action on notification: Restart to Dynamic System [CHAR LIMIT=16] -->
    <string name="notification_action_reboot_to_dynsystem">Restart</string>
    <!-- Action on notification: Restart to original Android version [CHAR LIMIT=16] -->
    <string name="notification_action_reboot_to_origin">Restart</string>


    <!-- Toast when installed Dynamic System is discarded [CHAR LIMIT=64] -->
    <string name="toast_dynsystem_discarded">Discarded dynamic system</string>
+1 −1
Original line number Diff line number Diff line
@@ -462,7 +462,7 @@ public class DynamicSystemInstallationService extends Service
                        .setStyle(new Notification.BigTextStyle().bigText(msgInUse));

                builder.addAction(new Notification.Action.Builder(
                        null, getString(R.string.notification_action_uninstall),
                        null, getString(R.string.notification_action_reboot_to_origin),
                        createPendingIntent(ACTION_REBOOT_TO_NORMAL)).build());

                break;