} else if (AndroidManifest.NODE_USES_LIBRARY.equals(localName)) {
value = getAttributeValue(attributes,
AndroidManifest.ATTRIBUTE_NAME,
true /* hasNamespace */);
if (value != null) {
UsesLibrary library = new UsesLibrary();
library.mName = value;
// read the required attribute
value = getAttributeValue(attributes,
AndroidManifest.ATTRIBUTE_REQUIRED,