androidx.core.content
Classes
| ContentProviderCompat |
Helper for accessing features in ContentProvider in a backwards
compatible fashion.
|
| ContentResolverCompat |
Helper for accessing features in ContentResolver in a backwards
compatible fashion.
|
| ContextCompat |
Helper for accessing features in Context.
|
| 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.
|
| LocusIdCompat | An identifier for an unique state (locus) in the application. |
| MimeTypeFilter | Provides utility methods for matching MIME type filters used in ContentProvider. |
| 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. Use SharedPreferences
directly.
|
| SharedPreferencesCompat.EditorCompat |
This class is deprecated.
This compatibility class is no longer required. Use
SharedPreferences.Editor directly.
|