android_content library
Contains classes for accessing and publishing data on a device.
See: https://developer.android.com/reference/android/content/package-summary
Classes
- ComponentName
- Identifier for a specific application component that is available.
- ContentValues
-
This class is used to store a set of values that the
ContentResolver
can process. - Context
- Interface to global information about an application environment.
- Intent
- An intent is an abstract description of an operation to be performed.
- IntentFilter
- Structured description of Intent values to be matched.
- Interface for accessing and modifying preference data.
Exceptions / Errors
- ActivityNotFoundException
-
Thrown when a call to
Context.startActivity(Intent)
or one of its variants fails because anActivity
can not be found to execute the given Intent.