const | DontKillApp | ComponentEnableOption (1). Flag parameter for
PackageManager.SetComponentEnabledSetting(Android.Content.ComponentName, Android.Content.PM.ComponentEnabledState, Android.Content.PM.ComponentEnabledState) to indicate
that you don't want to kill the app containing the component. |
const | ExtraVerificationId | string. Extra field name for the ID of a package pending verification. |
const | ExtraVerificationResult | string. Extra field name for the result of a verification, either
PackageManager.VerificationAllow, or PackageManager.VerificationReject. |
const | FeatureAppWidgets | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device supports app widgets. |
const | FeatureAudioLowLatency | string. Feature for PackageManager.GetSystemAvailableFeatures and PackageManager.HasSystemFeature(string): The device's
audio pipeline is low-latency, more suitable for audio applications sensitive to delays or
lag in sound input or output. |
const | FeatureAudioOutput | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device includes at least one form of audio
output, such as speakers, audio jack or streaming over bluetooth
|
const | FeatureBackup | string. Feature for PackageManager.GetSystemAvailableFeatures and PackageManager.HasSystemFeature(string):
The device can perform backup and restore operations on installed applications. |
const | FeatureBluetooth | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device is capable of communicating with
other devices via Bluetooth. |
const | FeatureBluetoothLe | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device is capable of communicating with
other devices via Bluetooth Low Energy radio. |
const | FeatureCamera | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device has a camera facing away
from the screen. |
const | FeatureCameraAny | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device has at least one camera pointing in
some direction, or can support an external camera being connected to it. |
const | FeatureCameraAutofocus | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device's camera supports auto-focus. |
const | FeatureCameraCapabilityManualPostProcessing | string. Feature for PackageManager.GetSystemAvailableFeatures and PackageManager.HasSystemFeature(string): At least one
of the cameras on the device supports the
Android.Hardware.Camera2.CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_MANUAL_POST_PROCESSING
capability level. |
const | FeatureCameraCapabilityManualSensor | string. Feature for PackageManager.GetSystemAvailableFeatures and PackageManager.HasSystemFeature(string): At least one
of the cameras on the device supports the
Android.Hardware.Camera2.CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_MANUAL_SENSOR
capability level. |
const | FeatureCameraCapabilityRaw | string. Feature for PackageManager.GetSystemAvailableFeatures and PackageManager.HasSystemFeature(string): At least one
of the cameras on the device supports the
Android.Hardware.Camera2.CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_RAW
capability level. |
const | FeatureCameraExternal | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device can support having an external camera connected to it. |
const | FeatureCameraFlash | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device's camera supports flash. |
const | FeatureCameraFront | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device has a front facing camera. |
const | FeatureCameraLevelFull | string. Feature for PackageManager.GetSystemAvailableFeatures and PackageManager.HasSystemFeature(string): At least one
of the cameras on the device supports the
Android.Hardware.Camera2.CameraCharacteristics.InfoSupportedHardwareLevel
capability level. |
const | FeatureConnectionService | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The Connection Service API is enabled on the device. |
const | FeatureConsumerIr | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device is capable of communicating with
consumer IR devices. |
const | FeatureDeviceAdmin | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device supports device policy enforcement via device admins. |
const | FeatureFaketouch | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device does not have a touch screen, but
does support touch emulation for basic events. |
const | FeatureFaketouchMultitouchDistinct | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device does not have a touch screen, but
does support touch emulation for basic events that supports distinct
tracking of two or more fingers. |
const | FeatureFaketouchMultitouchJazzhand | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device does not have a touch screen, but
does support touch emulation for basic events that supports tracking
a hand of fingers (5 or more fingers) fully independently. |
const | FeatureGamepad | string. Feature for PackageManager.GetSystemAvailableFeatures and PackageManager.HasSystemFeature(string):
The device has all of the inputs necessary to be considered a compatible game controller, or
includes a compatible game controller in the box. |
const | FeatureHomeScreen | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device supports a home screen that is replaceable
by third party applications. |
const | FeatureInputMethods | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device supports adding new input methods implemented
with the Android.InputMethodServices.InputMethodService API. |
const | FeatureLeanback | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device supports leanback UI. |
const | FeatureLiveTv | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device supports live TV and can display
contents from TV inputs implemented with the
Android.Media.TV.TvInputService API. |
const | FeatureLiveWallpaper | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device supports live wallpapers. |
const | FeatureLocation | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device supports one or more methods of
reporting current location. |
const | FeatureLocationGps | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device has a Global Positioning System
receiver and can report precise location. |
const | FeatureLocationNetwork | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device can report location with coarse
accuracy using a network-based geolocation system. |
const | FeatureManagedUsers | string. Feature for PackageManager.GetSystemAvailableFeatures and PackageManager.HasSystemFeature(string):
The device supports creating secondary users and managed profiles via
Android.App.Admin.DevicePolicyManager. |
const | FeatureMicrophone | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device can record audio via a
microphone. |
const | FeatureNfc | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device can communicate using Near-Field
Communications (NFC). |
const | FeatureNfcHostCardEmulation | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device supports host-
based NFC card emulation. |
const | FeatureOpenglesExtensionPack | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device supports the OpenGL ES
. |
const | FeaturePrinting | string. Feature for PackageManager.GetSystemAvailableFeatures and PackageManager.HasSystemFeature(string):
The device supports printing. |
const | FeatureScreenLandscape | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device supports landscape orientation
screens. |
const | FeatureScreenPortrait | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device supports portrait orientation
screens. |
const | FeatureSecurelyRemovesUsers | string. Feature for PackageManager.GetSystemAvailableFeatures and PackageManager.HasSystemFeature(string):
The device supports secure removal of users. |
const | FeatureSensorAccelerometer | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device includes an accelerometer. |
const | FeatureSensorAmbientTemperature | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device includes an ambient temperature sensor. |
const | FeatureSensorBarometer | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device includes a barometer (air
pressure sensor. |
const | FeatureSensorCompass | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device includes a magnetometer (compass). |
const | FeatureSensorGyroscope | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device includes a gyroscope. |
const | FeatureSensorHeartRate | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device includes a heart rate monitor. |
const | FeatureSensorHeartRateEcg | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The heart rate sensor on this device is an Electrocargiogram. |
const | FeatureSensorLight | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device includes a light sensor. |
const | FeatureSensorProximity | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device includes a proximity sensor. |
const | FeatureSensorRelativeHumidity | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device includes a relative humidity sensor. |
const | FeatureSensorStepCounter | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device includes a hardware step counter. |
const | FeatureSensorStepDetector | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device includes a hardware step detector. |
const | FeatureSip | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The SIP API is enabled on the device. |
const | FeatureSipVoip | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device supports SIP-based VOIP. |
const | FeatureTelephony | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device has a telephony radio with data
communication support. |
const | FeatureTelephonyCdma | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device has a CDMA telephony stack. |
const | FeatureTelephonyGsm | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device has a GSM telephony stack. |
const | FeatureTelevision | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): This is a device dedicated to showing UI
on a television. |
const | FeatureTouchscreen | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device's display has a touch screen. |
const | FeatureTouchscreenMultitouch | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device's touch screen supports
multitouch sufficient for basic two-finger gesture detection. |
const | FeatureTouchscreenMultitouchDistinct | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device's touch screen is capable of
tracking two or more fingers fully independently. |
const | FeatureTouchscreenMultitouchJazzhand | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device's touch screen is capable of
tracking a full hand of fingers fully independently -- that is, 5 or
more simultaneous independent pointers. |
const | FeatureUsbAccessory | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device supports connecting to USB accessories. |
const | FeatureUsbHost | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device supports connecting to USB devices
as the USB host. |
const | FeatureVerifiedBoot | string. Feature for PackageManager.GetSystemAvailableFeatures and PackageManager.HasSystemFeature(string):
The device supports verified boot. |
const | FeatureWatch | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): This is a device dedicated to showing UI
on a watch. |
const | FeatureWebview | string. Feature for PackageManager.GetSystemAvailableFeatures and PackageManager.HasSystemFeature(string):
The device has a full implementation of the android.webkit. |
const | FeatureWifi | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device supports WiFi (802.11) networking. |
const | FeatureWifiDirect | string. Feature for PackageManager.GetSystemAvailableFeatures and
PackageManager.HasSystemFeature(string): The device supports Wi-Fi Direct networking. |
const | MaximumVerificationTimeout | long (3600000). Can be used as the millisecondsToDelay argument for
PackageManager.ExtendVerificationTimeout(int, Android.Content.PM.PackageInstallVerification, Android.Content.PM.PackageInstallVerification). |
const | PkgInstallComplete | int (1). Documentation for this section has not yet been entered. |
const | PkgInstallIncomplete | int (0). Documentation for this section has not yet been entered. |
const | VerificationAllow | PackageInstallVerification (1). Used as the verificationCode argument for
PackageManager.VerifyPendingInstall(int, Android.Content.PM.PackageInstallVerification) to indicate that the calling
package verifier allows the installation to proceed. |
const | VerificationReject | PackageInstallVerification (-1). Used as the verificationCode argument for
PackageManager.VerifyPendingInstall(int, Android.Content.PM.PackageInstallVerification) to indicate the calling
package verifier does not vote to allow the installation to proceed. |