Files
android_frameworks_base/core/java/android
Doug Zongker 1af33d0ddc add recovery system interface to API
Adds android.os.RecoverySystem (marked as pending) to replace the
(hidden) com.android.internal.os.RecoverySystem.  RecoverySystem
contains methods for:

  - verifying the signature of an update package
  - rebooting to install a package
  - rebooting to wipe user data

(The reboot functions require "android.permission.REBOOT" and
"android.permission.ACCESS_CACHE_FILESYSTEM".)  Providing these
simplifies implementation of OTA update for device builders.

Change-Id: I63ce743b156e7a1a0327fd395b0e4a82c0eda79a
2010-01-05 20:03:19 -08:00
..
2009-11-13 13:53:39 -08:00
2010-01-05 15:47:05 -08:00
2009-11-13 13:53:39 -08:00
2009-11-13 13:53:39 -08:00
2010-01-05 20:03:19 -08:00
2010-01-05 13:44:51 +09:00
2009-11-13 13:53:39 -08:00
2010-01-04 16:18:06 -08:00