public static final class ManifestData.UsesConfiguration
extends java.lang.Object
uses-configuration
node in the manifest.Constructor and Description |
---|
UsesConfiguration() |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getReqFiveWayNav()
returns the value of the
reqFiveWayNav attribute or null if not present. |
java.lang.Boolean |
getReqHardKeyboard()
returns the value of the
reqHardKeyboard attribute or null if not present. |
com.android.resources.Keyboard |
getReqKeyboardType()
returns the value of the
reqKeyboardType attribute or null if not present. |
com.android.resources.Navigation |
getReqNavigation()
returns the value of the
reqNavigation attribute or null if not present. |
com.android.resources.TouchScreen |
getReqTouchScreen()
returns the value of the
reqTouchScreen attribute or null if not present. |
public java.lang.Boolean getReqFiveWayNav()
reqFiveWayNav
attribute or null if not present.public com.android.resources.Navigation getReqNavigation()
reqNavigation
attribute or null if not present.public java.lang.Boolean getReqHardKeyboard()
reqHardKeyboard
attribute or null if not present.public com.android.resources.Keyboard getReqKeyboardType()
reqKeyboardType
attribute or null if not present.public com.android.resources.TouchScreen getReqTouchScreen()
reqTouchScreen
attribute or null if not present.