Package-level declarations

Types

Link copied to clipboard
Helper for accessing features in android.content.ContentProvider in a backwards compatible fashion.
Link copied to clipboard
Helper for accessing features in ContentResolver in a backwards compatible fashion.
Link copied to clipboard
open class ContextCompat
open class ContextCompat
Helper for accessing features in Context.
Link copied to clipboard
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.
Link copied to clipboard
open class FileProviderTest
Tests for FileProvider
Link copied to clipboard
Helper for accessing features in Intent.
Link copied to clipboard
open class IntentSanitizer
open class IntentSanitizer
This class is used to make a sanitized copy of an Intent.
Link copied to clipboard
An identifier for an unique state (locus) in the application.
Link copied to clipboard
Provides utility methods for matching MIME type filters used in ContentProvider.
Link copied to clipboard

Interface for components that can dispatch calls from ComponentCallbacks.onConfigurationChanged.

Link copied to clipboard

Interface for components that can dispatch calls from ComponentCallbacks2.onTrimMemory.

Link copied to clipboard
Helper for accessing features in PackageManager.
Link copied to clipboard
This class provides permission check APIs that verify both the permission and the associated app op for this permission if such is defined.
Link copied to clipboard
Wrapper class for {IUnusedAppRestrictionsBackportCallback}.
Link copied to clipboard
Wrapper class for IUnusedAppRestrictionsBackportService.
Link copied to clipboard
Shared constants related to Unused App Restrictions (e.g.
Link copied to clipboard
open class UriMatcherCompat
open class UriMatcherCompat
Helper for accessing UriMatcher to create Uri Predicate.