OSDN Git Service

Fix inaccurate TypedArray.getDrawable() documentation
authorAlan Viverette <alanv@google.com>
Mon, 22 Sep 2014 23:19:51 +0000 (16:19 -0700)
committerAlan Viverette <alanv@google.com>
Mon, 22 Sep 2014 23:19:51 +0000 (16:19 -0700)
commitfde4e3b17a5ead9f1a0848bf35b4f49f16600795
treef6116b710128ac60646319cb154fac8c4e1a8c31
parente35c9bf9ba0cb4438dfd001055fc6cd5c2d0a575
Fix inaccurate TypedArray.getDrawable() documentation

The documentation implied that you could override
Resources.getDrawable(int) to load custom drawables, which is
not the case.

BUG: 16635905
Change-Id: I06c0febe2d6d4194ef5a31f167b378fe311b7a2d
core/java/android/content/res/TypedArray.java