diff options
author | Doug Zongker <dougz@android.com> | 2009-06-19 00:07:14 +0200 |
---|---|---|
committer | Doug Zongker <dougz@android.com> | 2009-06-19 00:07:14 +0200 |
commit | b128f54d0daa749d301b99a6637f42aa35822a76 (patch) | |
tree | 889519250f40824c6df6ea197a8edee75cf95e10 /default_recovery_ui.c | |
parent | am 47cace98: add file_getprop() to updater (diff) | |
download | android_bootable_recovery-b128f54d0daa749d301b99a6637f42aa35822a76.tar android_bootable_recovery-b128f54d0daa749d301b99a6637f42aa35822a76.tar.gz android_bootable_recovery-b128f54d0daa749d301b99a6637f42aa35822a76.tar.bz2 android_bootable_recovery-b128f54d0daa749d301b99a6637f42aa35822a76.tar.lz android_bootable_recovery-b128f54d0daa749d301b99a6637f42aa35822a76.tar.xz android_bootable_recovery-b128f54d0daa749d301b99a6637f42aa35822a76.tar.zst android_bootable_recovery-b128f54d0daa749d301b99a6637f42aa35822a76.zip |
Diffstat (limited to 'default_recovery_ui.c')
-rw-r--r-- | default_recovery_ui.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/default_recovery_ui.c b/default_recovery_ui.c index 76fa43ea9..a2e4beafe 100644 --- a/default_recovery_ui.c +++ b/default_recovery_ui.c @@ -59,3 +59,7 @@ int device_handle_key(int key_code, int visible) { int device_perform_action(int which) { return which; } + +int device_wipe_data() { + return 0; +} |