From 50ff158c50b32314cd219a2e3d1edc7a95290f4f Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Mon, 25 Jan 2016 03:27:52 +0200 Subject: recovery: Add wipe system partition option Change-Id: Id606cef249a7464037443de6265055803c290d82 --- device.h | 1 + 1 file changed, 1 insertion(+) (limited to 'device.h') diff --git a/device.h b/device.h index 98427a2..8ff541a 100644 --- a/device.h +++ b/device.h @@ -74,6 +74,7 @@ class Device : public VoldWatcher { SHUTDOWN, VIEW_RECOVERY_LOGS, MOUNT_SYSTEM, + WIPE_SYSTEM, }; // Return the list of menu items (an array of strings, -- cgit v1.1