summaryrefslogtreecommitdiffstats
path: root/api/removed.txt
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2014-09-12 01:30:34 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-09-12 01:30:35 +0000
commite461d549bf571fcca7698d1b5e7da71310e0998d (patch)
treea8f68a7f4c10f68bfe37dabc3a987aba8fd1e25e /api/removed.txt
parente9939c110ecfe5d26950e3aab940504a054cfa40 (diff)
parent5171dee2152758f307c9a1d70396fa79a921aef5 (diff)
downloadframeworks_base-e461d549bf571fcca7698d1b5e7da71310e0998d.zip
frameworks_base-e461d549bf571fcca7698d1b5e7da71310e0998d.tar.gz
frameworks_base-e461d549bf571fcca7698d1b5e7da71310e0998d.tar.bz2
Merge "Remove unsafe methods that take TypedArray" into lmp-dev
Diffstat (limited to 'api/removed.txt')
-rw-r--r--api/removed.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/api/removed.txt b/api/removed.txt
index 3f2a5a5..527f6c2 100644
--- a/api/removed.txt
+++ b/api/removed.txt
@@ -70,3 +70,12 @@ package android.view.inputmethod {
}
+package android.widget {
+
+ public class TextView extends android.view.View implements android.view.ViewTreeObserver.OnPreDrawListener {
+ method public static int getTextColor(android.content.Context, android.content.res.TypedArray, int);
+ method public static android.content.res.ColorStateList getTextColors(android.content.Context, android.content.res.TypedArray);
+ }
+
+}
+