From 0cb047c0de7fe6a775bc6e9cff194af9dcb726cf Mon Sep 17 00:00:00 2001 From: Doug Zongker Date: Wed, 6 Jan 2010 09:01:27 -0800 Subject: [PATCH] unhide the RecoverySystem class The recovery system is already part of the platform; this class defines an interface for interacting with it from the regular system. Change-Id: I87dff8d6c1dbd11ac8f397a3f34ea5cb16d2d227 --- api/current.xml | 91 ++++++++++++++++++++++++ core/java/android/os/RecoverySystem.java | 2 - 2 files changed, 91 insertions(+), 2 deletions(-) diff --git a/api/current.xml b/api/current.xml index b8621d865e7dd..04633a8de331c 100644 --- a/api/current.xml +++ b/api/current.xml @@ -115155,6 +115155,97 @@ > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +