Loading packages/DynamicSystemInstallationService/res/values/strings.xml +3 −2 Original line number Original line Diff line number Diff line Loading @@ -27,10 +27,11 @@ <string name="notification_action_cancel">Cancel</string> <string name="notification_action_cancel">Cancel</string> <!-- Action on notification: Discard installation [CHAR LIMIT=16] --> <!-- Action on notification: Discard installation [CHAR LIMIT=16] --> <string name="notification_action_discard">Discard</string> <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] --> <!-- Action on notification: Restart to Dynamic System [CHAR LIMIT=16] --> <string name="notification_action_reboot_to_dynsystem">Restart</string> <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] --> <!-- Toast when installed Dynamic System is discarded [CHAR LIMIT=64] --> <string name="toast_dynsystem_discarded">Discarded dynamic system</string> <string name="toast_dynsystem_discarded">Discarded dynamic system</string> Loading packages/DynamicSystemInstallationService/src/com/android/dynsystem/DynamicSystemInstallationService.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -462,7 +462,7 @@ public class DynamicSystemInstallationService extends Service .setStyle(new Notification.BigTextStyle().bigText(msgInUse)); .setStyle(new Notification.BigTextStyle().bigText(msgInUse)); builder.addAction(new Notification.Action.Builder( 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()); createPendingIntent(ACTION_REBOOT_TO_NORMAL)).build()); break; break; Loading Loading
packages/DynamicSystemInstallationService/res/values/strings.xml +3 −2 Original line number Original line Diff line number Diff line Loading @@ -27,10 +27,11 @@ <string name="notification_action_cancel">Cancel</string> <string name="notification_action_cancel">Cancel</string> <!-- Action on notification: Discard installation [CHAR LIMIT=16] --> <!-- Action on notification: Discard installation [CHAR LIMIT=16] --> <string name="notification_action_discard">Discard</string> <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] --> <!-- Action on notification: Restart to Dynamic System [CHAR LIMIT=16] --> <string name="notification_action_reboot_to_dynsystem">Restart</string> <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] --> <!-- Toast when installed Dynamic System is discarded [CHAR LIMIT=64] --> <string name="toast_dynsystem_discarded">Discarded dynamic system</string> <string name="toast_dynsystem_discarded">Discarded dynamic system</string> Loading
packages/DynamicSystemInstallationService/src/com/android/dynsystem/DynamicSystemInstallationService.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -462,7 +462,7 @@ public class DynamicSystemInstallationService extends Service .setStyle(new Notification.BigTextStyle().bigText(msgInUse)); .setStyle(new Notification.BigTextStyle().bigText(msgInUse)); builder.addAction(new Notification.Action.Builder( 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()); createPendingIntent(ACTION_REBOOT_TO_NORMAL)).build()); break; break; Loading