|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.android.ide.common.xml.ManifestData.UsesConfiguration
public static final class ManifestData.UsesConfiguration
Class representing the uses-configuration
node in the manifest.
Constructor Summary | |
---|---|
ManifestData.UsesConfiguration()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ManifestData.UsesConfiguration()
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |