/**
* Processes the supports-screens node.
* @param attributes the attributes for the supports-screens node.
*/
private void processSupportsScreensNode(Attributes attributes) {
mManifestData.mSupportsScreensFromManifest = new SupportsScreens();
mManifestData.mSupportsScreensFromManifest.setResizeable(getAttributeBooleanValue(
attributes, AndroidManifest.ATTRIBUTE_RESIZEABLE, true /*hasNamespace*/));
mManifestData.mSupportsScreensFromManifest.setAnyDensity(getAttributeBooleanValue(