summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/FallbackCheckinService.java
AgeCommit message (Collapse)Author
2010-02-13Remove all traces of the old checkin service (and its associated parentalDan Egnor
control interfaces) from the framework.
2010-02-11Eliminate dependencies on Checkin, replacing checkin events with EventLogDan Egnor
events (and in one case, a DropBox entry). Add a simple intent that triggers master-clear (and toggle EFS), given the right permissions. Bug: 2264596 Bug: 2350452 Bug: 2264596
2010-01-05add recovery system interface to APIDoug Zongker
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
2009-12-11resolved conflicts for merge of f6bb01b0 to masterDan Egnor
2009-12-11Eliminate CrashData and friends.Dan Egnor
(CrashData was a custom-marshalled crash-info class used for a server crash reporting system I am deprecating). Use ApplicationErrorReport.CrashInfo instead to report crash details (mostly the stack trace) from RuntimeInfo to ActivityManagerService, since we're likely to need the crash information in that form anyway. Remove the (long-disabled) flags and support for the "Debug" button in the crash dialog. Further gut the ICheckinService interface by removing the crash-reporting APIs (and everything that calls them), plus the synchronous checkin() method (which has been stubbed out for a while now). A new dropbox-based crash reporting system is in the works, but not part of this change.
2009-12-04Encrypted File Systems. Recovery changes for framework.Oscar Montemayor
Modifications to allow for new call to recovery to toggle EFS settings.
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-02-10auto import from //branches/cupcake/...@130745The Android Open Source Project