diff options
author | Dianne Hackborn <hackbod@google.com> | 2011-09-02 10:37:38 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-09-02 10:37:38 -0700 |
commit | c592e8e61acd3cfbd11f05d2ea59af267ca33dcf (patch) | |
tree | 711b447846e5e4470f61aa566757c3b958fd9faa /api/current.txt | |
parent | 52f159c79e4ed3367a929f4bc34ab3e184f82a15 (diff) | |
parent | c6acd688c0cbd00f9407d676a51ee4994db51694 (diff) | |
download | frameworks_base-c592e8e61acd3cfbd11f05d2ea59af267ca33dcf.zip frameworks_base-c592e8e61acd3cfbd11f05d2ea59af267ca33dcf.tar.gz frameworks_base-c592e8e61acd3cfbd11f05d2ea59af267ca33dcf.tar.bz2 |
Merge "Fix issue #4554429: API REVIEW: deprecate Live Folders"
Diffstat (limited to 'api/current.txt')
-rw-r--r-- | api/current.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt index 52b28f5..f380cf9 100644 --- a/api/current.txt +++ b/api/current.txt @@ -16775,7 +16775,7 @@ package android.provider { field public static final android.net.Uri CONTENT_URI; } - public final class LiveFolders implements android.provider.BaseColumns { + public final deprecated class LiveFolders implements android.provider.BaseColumns { field public static final java.lang.String ACTION_CREATE_LIVE_FOLDER = "android.intent.action.CREATE_LIVE_FOLDER"; field public static final java.lang.String DESCRIPTION = "description"; field public static final int DISPLAY_MODE_GRID = 1; // 0x1 |