Android.Content.Context: Field Members

The fields of Android.Content.Context are listed below. For a list of all members, see the Context Members list.

See Also: Inherited members from Java.Lang.Object

Public Fields

const
AccessibilityServicestring. Use with Context.GetSystemService(string) to retrieve a Android.Views.Accessibility.AccessibilityManager for giving the user feedback for UI events through the registered event listeners.
const
AccountServicestring. Use with Context.GetSystemService(string) to retrieve a Android.Accounts.AccountManager for receiving intents at a time of your choosing.
const
ActivityServicestring. Use with Context.GetSystemService(string) to retrieve a Android.App.ActivityManager for interacting with the global system state.
const
AlarmServicestring. Use with Context.GetSystemService(string) to retrieve a Android.App.AlarmManager for receiving intents at a time of your choosing.
const
AppOpsServicestring. Use with Context.GetSystemService(string) to retrieve a Android.App.AppOpsManager for tracking application operations on the device.
const
AppwidgetServicestring. Use with Context.GetSystemService(string) to retrieve a Android.Appwidget.AppWidgetManager for accessing AppWidgets.
const
AudioServicestring. Use with Context.GetSystemService(string) to retrieve a Android.Media.AudioManager for handling management of volume, ringer modes and audio routing.
const
BatteryServicestring. Use with Context.GetSystemService(string) to retrieve a Android.OS.BatteryManager for managing battery state.
const
BluetoothServicestring. Use with Context.GetSystemService(string) to retrieve a Android.Bluetooth.BluetoothAdapter for using Bluetooth.
const
CameraServicestring. Use with Context.GetSystemService(string) to retrieve a Android.Hardware.Camera2.CameraManager for interacting with camera devices.
const
CaptioningServicestring. Use with Context.GetSystemService(string) to retrieve a Android.Views.Accessibility.CaptioningManager for obtaining captioning properties and listening for changes in captioning preferences.
const
ClipboardServicestring. Use with Context.GetSystemService(string) to retrieve a Android.Text.ClipboardManager for accessing and modifying the contents of the global clipboard.
const
ConnectivityServicestring. Use with Context.GetSystemService(string) to retrieve a Android.Net.ConnectivityManager for handling management of network connections.
const
ConsumerIrServicestring. Use with Context.GetSystemService(string) to retrieve a Android.Hardware.ConsumerIrManager for transmitting infrared signals from the device.
const
DevicePolicyServicestring. Use with Context.GetSystemService(string) to retrieve a Android.App.Admin.DevicePolicyManager for working with global device policy management.
const
DisplayServicestring. Use with Context.GetSystemService(string) to retrieve a Android.Hardware.Display.DisplayManager for interacting with display devices.
const
DownloadServicestring. Use with Context.GetSystemService(string) to retrieve a Android.App.DownloadManager for requesting HTTP downloads.
const
DropboxServicestring. Use with Context.GetSystemService(string) to retrieve a Android.OS.DropBoxManager instance for recording diagnostic logs.
const
InputMethodServicestring. Use with Context.GetSystemService(string) to retrieve a Android.Views.InputMethods.InputMethodManager for accessing input methods.
const
InputServicestring. Use with Context.GetSystemService(string) to retrieve a Android.Hardware.Input.InputManager for interacting with input devices.
const
JobSchedulerServicestring. Use with Context.GetSystemService(string) to retrieve a Android.App.Job.JobScheduler instance for managing occasional background tasks.
const
KeyguardServicestring. Use with Context.GetSystemService(string) to retrieve a Android.App.NotificationManager for controlling keyguard.
const
LauncherAppsServicestring. Use with Context.GetSystemService(string) to retrieve a Android.Content.PM.LauncherApps for querying and monitoring launchable apps across profiles of a user.
const
LayoutInflaterServicestring. Use with Context.GetSystemService(string) to retrieve a Android.Views.LayoutInflater for inflating layout resources in this context.
const
LocationServicestring. Use with Context.GetSystemService(string) to retrieve a Android.Locations.LocationManager for controlling location updates.
const
MediaProjectionServicestring. Use with Context.GetSystemService(string) to retrieve a Android.Media.Projection.MediaProjectionManager instance for managing media projection sessions.
const
MediaRouterServicestring. Use with Context.GetSystemService(string) to retrieve a Android.Media.MediaRouter for controlling and managing routing of media.
const
MediaSessionServicestring. Use with Context.GetSystemService(string) to retrieve a Android.Media.Session.MediaSessionManager for managing media Sessions.
const
NfcServicestring. Use with Context.GetSystemService(string) to retrieve a Android.Nfc.NfcManager for using NFC.
const
NotificationServicestring. Use with Context.GetSystemService(string) to retrieve a Android.App.NotificationManager for informing the user of background events.
const
NsdServicestring. Use with Context.GetSystemService(string) to retrieve a Android.Net.Nsd.NsdManager for handling management of network service discovery
const
PowerServicestring. Use with Context.GetSystemService(string) to retrieve a Android.OS.PowerManager for controlling power management, including "wake locks," which let you keep the device on while you're running long tasks.
const
PrintServicestring. Android.Print.PrintManager for printing and managing printers and print tasks.
const
RestrictionsServicestring. Use with Context.GetSystemService(string) to retrieve a Android.Content.RestrictionsManager for retrieving application restrictions and requesting permissions for restricted operations.
const
SearchServicestring. Use with Context.GetSystemService(string) to retrieve a Android.App.SearchManager for handling searches.
const
SensorServicestring. Use with Context.GetSystemService(string) to retrieve a Android.Hardware.SensorManager for accessing sensors.
const
StorageServicestring. Use with Context.GetSystemService(string) to retrieve a Android.OS.Storage.StorageManager for accessing system storage functions.
const
TelecomServicestring. Use with Context.GetSystemService(string) to retrieve a Android.Telecom.TelecomManager to manage telecom-related features of the device.
const
TelephonyServicestring. Use with Context.GetSystemService(string) to retrieve a Android.Telephony.TelephonyManager for handling management the telephony features of the device.
const
TextServicesManagerServicestring. Use with Context.GetSystemService(string) to retrieve a Android.Views.TextService.TextServicesManager for accessing text services.
const
TvInputServicestring. Use with Context.GetSystemService(string) to retrieve a Android.Media.TV.TvInputManager for interacting with TV inputs on the device.
const
UiModeServicestring. Use with Context.GetSystemService(string) to retrieve a Android.App.UiModeManager for controlling UI modes.
const
UsbServicestring. Use with Context.GetSystemService(string) to retrieve a Android.Hardware.Usb.UsbManager for access to USB devices (as a USB host) and for controlling this device's behavior as a USB device.
const
UserServicestring. Use with Context.GetSystemService(string) to retrieve a Android.OS.UserManager for managing users on devices that support multiple users.
const
VibratorServicestring. Use with Context.GetSystemService(string) to retrieve a Android.OS.Vibrator for interacting with the vibration hardware.
const
WallpaperServicestring. Use with Context.GetSystemService(string) to retrieve a com.android.server.
const
WifiP2pServicestring. Use with Context.GetSystemService(string) to retrieve a Android.Net.Wifi.P2p.WifiP2pManager for handling management of Wi-Fi peer-to-peer connections.
const
WifiServicestring. Use with Context.GetSystemService(string) to retrieve a Android.Net.Wifi.WifiManager for handling management of Wi-Fi access.
const
WindowServicestring. Use with Context.GetSystemService(string) to retrieve a Android.Views.IWindowManager for accessing the system's window manager.