summaryrefslogtreecommitdiffstats
path: root/api/system-current.txt
diff options
context:
space:
mode:
authorDan Sandler <dsandler@android.com>2015-05-15 04:39:41 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-05-15 04:39:42 +0000
commitaee0c2ce39fe92716bb76d33d6f8cc8789467cf6 (patch)
tree45267d7c194cf57499388ca50a1886ffdbb1ef70 /api/system-current.txt
parentaf9ea2cf5e9f4848b3d1078cc261931e1339e7cf (diff)
parent02cd9f91a6bd6d06d6d1237f8b978a0ab0b8ea32 (diff)
downloadframeworks_base-aee0c2ce39fe92716bb76d33d6f8cc8789467cf6.zip
frameworks_base-aee0c2ce39fe92716bb76d33d6f8cc8789467cf6.tar.gz
frameworks_base-aee0c2ce39fe92716bb76d33d6f8cc8789467cf6.tar.bz2
Merge "Use Context instead of Resources in Icon.createWithResource." into mnc-dev
Diffstat (limited to 'api/system-current.txt')
-rw-r--r--api/system-current.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/system-current.txt b/api/system-current.txt
index 4044e61..17045f8 100644
--- a/api/system-current.txt
+++ b/api/system-current.txt
@@ -12713,7 +12713,7 @@ package android.graphics.drawable {
method public static android.graphics.drawable.Icon createWithContentUri(android.net.Uri);
method public static android.graphics.drawable.Icon createWithData(byte[], int, int);
method public static android.graphics.drawable.Icon createWithFilePath(java.lang.String);
- method public static android.graphics.drawable.Icon createWithResource(android.content.res.Resources, int);
+ method public static android.graphics.drawable.Icon createWithResource(android.content.Context, int);
method public static android.graphics.drawable.Icon createWithResource(java.lang.String, int);
method public int describeContents();
method public android.graphics.drawable.Drawable loadDrawable(android.content.Context);