Język

InputFeature Enum

Definition

Enumerates values returned by several types.

public enum InputFeature
type InputFeature = 
Inheritance
InputFeature

Fields

Name Value Description
None 0
HardKeyboard 1

Value for reqInputFeatures: if set, indicates that the application requires a hard keyboard

Android reference for android.content.pm.ConfigurationInfo.INPUT_FEATURE_HARD_KEYBOARD.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

FiveWayNav 2

Value for reqInputFeatures: if set, indicates that the application requires a five way navigation device

Android reference for android.content.pm.ConfigurationInfo.INPUT_FEATURE_FIVE_WAY_NAV.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to