diff options
Diffstat (limited to 'core/java/android/os/IRecoverySystem.aidl')
| -rw-r--r-- | core/java/android/os/IRecoverySystem.aidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/os/IRecoverySystem.aidl b/core/java/android/os/IRecoverySystem.aidl index 1ee83ae2847d..c5ceecd7c8b9 100644 --- a/core/java/android/os/IRecoverySystem.aidl +++ b/core/java/android/os/IRecoverySystem.aidl @@ -25,5 +25,5 @@ interface IRecoverySystem { boolean uncrypt(in String packageFile, IRecoverySystemProgressListener listener); boolean setupBcb(in String command); boolean clearBcb(); - void rebootRecoveryWithCommand(in String command, in boolean update); + void rebootRecoveryWithCommand(in String command); } |
