diff options
author | Jeff Sharkey <jsharkey@android.com> | 2013-09-09 10:09:50 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-09-09 10:09:50 -0700 |
commit | 184c4a096ad4804066233a215a8c3e2215db8966 (patch) | |
tree | ece3ccf6eb34800c2ce4b5e93fdf8a4a8af5223e /api | |
parent | 057cba6cc916627200c1022a9d6e97bab82d0371 (diff) | |
parent | 7c4f14924e465b3cbbea7a79192343c97142d9a1 (diff) | |
download | frameworks_base-184c4a096ad4804066233a215a8c3e2215db8966.zip frameworks_base-184c4a096ad4804066233a215a8c3e2215db8966.tar.gz frameworks_base-184c4a096ad4804066233a215a8c3e2215db8966.tar.bz2 |
am 7c4f1492: am 30590646: Merge "Remember mode and sort on per-directory basis." into klp-dev
* commit '7c4f14924e465b3cbbea7a79192343c97142d9a1':
Remember mode and sort on per-directory basis.
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 1b32a2e..866ec6c 100644 --- a/api/current.txt +++ b/api/current.txt @@ -20829,6 +20829,7 @@ package android.provider { field public static final java.lang.String COLUMN_SIZE = "_size"; field public static final java.lang.String COLUMN_SUMMARY = "summary"; field public static final int FLAG_DIR_PREFERS_GRID = 32; // 0x20 + field public static final int FLAG_DIR_PREFERS_LAST_MODIFIED = 64; // 0x40 field public static final int FLAG_DIR_SUPPORTS_CREATE = 8; // 0x8 field public static final int FLAG_DIR_SUPPORTS_SEARCH = 16; // 0x10 field public static final int FLAG_SUPPORTS_DELETE = 4; // 0x4 |