summaryrefslogtreecommitdiffstats
path: root/api/removed.txt
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2014-09-11 16:33:01 -0700
committerAlan Viverette <alanv@google.com>2014-09-11 16:33:01 -0700
commit5171dee2152758f307c9a1d70396fa79a921aef5 (patch)
tree7858e43f7fd4273ed99b6c6c90abaedd6a5e6034 /api/removed.txt
parentd6adcef917aac893fd82e7628781145693d6187f (diff)
downloadframeworks_base-5171dee2152758f307c9a1d70396fa79a921aef5.zip
frameworks_base-5171dee2152758f307c9a1d70396fa79a921aef5.tar.gz
frameworks_base-5171dee2152758f307c9a1d70396fa79a921aef5.tar.bz2
Remove unsafe methods that take TypedArray
BUG: 15782973 Change-Id: Ief4ff69c90c16b0e8c93316af9d46ae9639648fa
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 c8a3b4b..39ae633 100644
--- a/api/removed.txt
+++ b/api/removed.txt
@@ -65,3 +65,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);
+ }
+
+}
+