OSDN Git Service

Fix invalid API use of XmlPullParser.getAttributeValue.
authorSeigo Nonaka <nona@google.com>
Fri, 11 Dec 2015 02:23:37 +0000 (18:23 -0800)
committerSeigo Nonaka <nona@google.com>
Fri, 11 Dec 2015 02:23:37 +0000 (18:23 -0800)
commitac3f10f153319e2494fb57a90360031f148e404c
treeebb81caf85cea226baa0d2ffd1f87bd8143ccd85
parentf0fc0c835e5e0af4fdf3bf82f112f6bffe105c9d
Fix invalid API use of XmlPullParser.getAttributeValue.

The 1st argument of the getAttributeValue is a namespace of the xml.

Bug: 10861108
Change-Id: I73fd15eca7101b745870ca7b6509b1dbfcc9b0d7
graphics/java/android/graphics/FontListParser.java