Interface | Description |
---|---|
Loader.OnLoadCanceledListener<D> |
Interface that is implemented to discover when a Loader has been canceled
before it finished loading its data.
|
Loader.OnLoadCompleteListener<D> |
Interface that is implemented to discover when a Loader has finished
loading its data.
|
Class | Description |
---|---|
AsyncTaskLoader<D> |
Static library support version of the framework's
AsyncTaskLoader . |
ContentResolverCompat |
Helper for accessing features in
ContentResolver
introduced after API level 4 in a backwards compatible fashion. |
ContextCompat |
Helper for accessing features in
Context
introduced after API level 4 in a backwards compatible fashion. |
CursorLoader |
Static library support version of the framework's
CursorLoader . |
FileProvider |
FileProvider is a special subclass of
ContentProvider that facilitates secure sharing
of files associated with an app by creating a content:// Uri for a file
instead of a file:/// Uri . |
IntentCompat |
Helper for accessing features in
Intent
introduced after API level 4 in a backwards compatible fashion. |
Loader<D> |
Static library support version of the framework's
Loader . |
LocalBroadcastManager |
Helper to register for and send broadcasts of Intents to local objects
within your process.
|
ParallelExecutorCompat |
Helper for accessing a shared parallel Executor instance
introduced after API level 4 in a backwards compatible fashion.
|
PermissionChecker |
This class provides permission check APIs that verify both the
permission and the associated app op for this permission if
such is defined.
|
SharedPreferencesCompat | |
SharedPreferencesCompat.EditorCompat | |
WakefulBroadcastReceiver |
Helper for the common pattern of implementing a
BroadcastReceiver
that receives a device wakeup event and then passes the work off
to a Service , while ensuring that the
device does not go back to sleep during the transition. |
Annotation Type | Description |
---|---|
PermissionChecker.PermissionResult |