Package-level declarations
Types
Link copied to clipboard
class ContentProviderCompat
class ContentProviderCompat
Helper for accessing features in android.content.ContentProvider in a backwards compatible fashion.
Link copied to clipboard
class ContentResolverCompat
class ContentResolverCompat
Helper for accessing features in ContentResolver in a backwards compatible fashion.
Link copied to clipboard
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
Tests for FileProvider
Link copied to clipboard
Link copied to clipboard
This class is used to make a sanitized copy of an Intent.
Link copied to clipboard
Link copied to clipboard
class MimeTypeFilter
class MimeTypeFilter
Provides utility methods for matching MIME type filters used in ContentProvider.
Link copied to clipboard
interface OnConfigurationChangedProvider
Interface for components that can dispatch calls from ComponentCallbacks.onConfigurationChanged.
Link copied to clipboard
interface OnTrimMemoryProvider
Interface for components that can dispatch calls from ComponentCallbacks2.onTrimMemory.
Link copied to clipboard
class PackageManagerCompat
class PackageManagerCompat
Helper for accessing features in PackageManager.
Link copied to clipboard
class PermissionChecker
class PermissionChecker
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
class SharedPreferencesCompat
class SharedPreferencesCompat
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
Helper for accessing UriMatcher to create Uri Predicate.