summaryrefslogtreecommitdiffstats
path: root/api/current.txt
diff options
context:
space:
mode:
authorSvetoslav <svetoslavganov@google.com>2013-02-13 14:39:30 -0800
committerSvetoslav <svetoslavganov@google.com>2013-02-15 11:04:11 -0800
commitb3038ec7cfc5d26eb0be18ae65c62825556bca0f (patch)
treeab8f2079344900661bc32101b3abe3ed22ffe8f4 /api/current.txt
parent7379a95a0bb6bf430eaf3b84ddb94e4172dd0eea (diff)
downloadframeworks_base-b3038ec7cfc5d26eb0be18ae65c62825556bca0f.zip
frameworks_base-b3038ec7cfc5d26eb0be18ae65c62825556bca0f.tar.gz
frameworks_base-b3038ec7cfc5d26eb0be18ae65c62825556bca0f.tar.bz2
Adding idle maintenance service.
It is beneficial that there is a mechanism on the platform to notify applications whether it is safe to perform somehow expensive operations while the user is not using the device. Thus, user experience will not be degraded. An example is discarding of unused blocks on a mounted file system instead of doing this on every write operation. bug:8056794 Change-Id: I708bad9d3ce6c8f1d5a1c05c0abf46f81a3d464b
Diffstat (limited to 'api/current.txt')
-rw-r--r--api/current.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index ee4732d..41ebf4b 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -5840,6 +5840,8 @@ package android.content {
field public static final java.lang.String ACTION_GTALK_SERVICE_CONNECTED = "android.intent.action.GTALK_CONNECTED";
field public static final java.lang.String ACTION_GTALK_SERVICE_DISCONNECTED = "android.intent.action.GTALK_DISCONNECTED";
field public static final java.lang.String ACTION_HEADSET_PLUG = "android.intent.action.HEADSET_PLUG";
+ field public static final java.lang.String ACTION_IDLE_MAINTENANCE_END = "android.intent.action.ACTION_IDLE_MAINTENANCE_END";
+ field public static final java.lang.String ACTION_IDLE_MAINTENANCE_START = "android.intent.action.ACTION_IDLE_MAINTENANCE_START";
field public static final java.lang.String ACTION_INPUT_METHOD_CHANGED = "android.intent.action.INPUT_METHOD_CHANGED";
field public static final java.lang.String ACTION_INSERT = "android.intent.action.INSERT";
field public static final java.lang.String ACTION_INSERT_OR_EDIT = "android.intent.action.INSERT_OR_EDIT";