summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2013-08-01 11:01:47 -0700
committerJeff Sharkey <jsharkey@android.com>2013-08-01 11:34:56 -0700
commit7e258b31e70464bb6d80b8b42f0cef8e4417bd6a (patch)
tree1a5687b979f6a709303fe3a642403bbbc84ce72b /api
parent3d38fa301ca502882b1bbe06c030d037289636b7 (diff)
downloadframeworks_base-7e258b31e70464bb6d80b8b42f0cef8e4417bd6a.zip
frameworks_base-7e258b31e70464bb6d80b8b42f0cef8e4417bd6a.tar.gz
frameworks_base-7e258b31e70464bb6d80b8b42f0cef8e4417bd6a.tar.bz2
XML metadata for storage backend; custom icons.
Introduce XML metadata for storage backends, used to indicate if custom roots should be queried, and provide any custom MIME type icons inside that backend. Parse metadata and resolve custom icons in UI. Change-Id: Iec026c0b10845edff7a345d9389691ddf2c87a0e
Diffstat (limited to 'api')
-rw-r--r--api/current.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt
index 620e541..944b1c2 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -387,6 +387,7 @@ package android {
field public static final int cropToPadding = 16843043; // 0x1010123
field public static final int cursorVisible = 16843090; // 0x1010152
field public static final int customNavigationLayout = 16843474; // 0x10102d2
+ field public static final int customRoots = 16843751; // 0x10103e7
field public static final int customTokens = 16843579; // 0x101033b
field public static final int cycles = 16843220; // 0x10101d4
field public static final int dashGap = 16843175; // 0x10101a7
@@ -7624,7 +7625,7 @@ package android.content.res {
method public void recycle();
}
- public abstract interface XmlResourceParser implements android.util.AttributeSet org.xmlpull.v1.XmlPullParser {
+ public abstract interface XmlResourceParser implements android.util.AttributeSet java.lang.AutoCloseable org.xmlpull.v1.XmlPullParser {
method public abstract void close();
}