androidx.core.content

Interfaces

OnConfigurationChangedProvider

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

OnTrimMemoryProvider

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

Classes

ContentProviderCompat

Helper for accessing features in android.content.ContentProvider in a backwards compatible fashion.

ContentResolverCompat

Helper for accessing features in ContentResolver in a backwards compatible fashion.

ContentValuesKt
ContextCompat

Helper for accessing features in Context.

ContextKt
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.

IntentSanitizer

This class is used to make a sanitized copy of an Intent.

IntentSanitizer.Builder

General strategy of building is to only offer additive “or” operations that are chained together.

LocusIdCompat

An identifier for an unique state (locus) in the application.

MimeTypeFilter

Provides utility methods for matching MIME type filters used in ContentProvider.

PackageManagerCompat

Helper for accessing features in PackageManager.

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

This class is deprecated.

This compatibility class is no longer required.

SharedPreferencesCompat.EditorCompat

This class is deprecated.

This compatibility class is no longer required.

SharedPreferencesKt
UnusedAppRestrictionsBackportCallback

Wrapper class for {IUnusedAppRestrictionsBackportCallback}.

UnusedAppRestrictionsBackportService

Wrapper class for IUnusedAppRestrictionsBackportService.

UnusedAppRestrictionsConstants

Shared constants related to Unused App Restrictions (e.g. Permission Revocation, App Hibernation).

UriMatcherCompat

Helper for accessing UriMatcher to create Uri Predicate.