From 5d4c35d1eabd4b8b58d606099b6664d2611c6fc0 Mon Sep 17 00:00:00 2001 From: Adam Powell Date: Fri, 9 May 2014 17:32:38 -0700 Subject: Remove the View#initializeScrollbars API This was never a safe API for apps to call since the TypedArray parameter must have been obtained by filtering on android.R.styleable.View, which is not public. Any behavior in the wild has therefore been undefined. Change-Id: Id19f571c92748ef2a8c036072fd83a417527f779 --- api/removed.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'api/removed.txt') diff --git a/api/removed.txt b/api/removed.txt index e69de29..8c19d04 100644 --- a/api/removed.txt +++ b/api/removed.txt @@ -0,0 +1,8 @@ +package android.view { + + public class View implements android.view.accessibility.AccessibilityEventSource android.graphics.drawable.Drawable.Callback android.view.KeyEvent.Callback { + method protected void initializeScrollbars(android.content.res.TypedArray); + } + +} + -- cgit v1.1