Package dagger.android
Class DaggerContentProvider
- java.lang.Object
-
- android.content.ContentProvider
-
- dagger.android.DaggerContentProvider
-
- All Implemented Interfaces:
android.content.ComponentCallbacks,android.content.ComponentCallbacks2
@Beta public abstract class DaggerContentProvider extends android.content.ContentProviderAContentProviderthat injects its members inonCreate().
-
-
Constructor Summary
Constructors Constructor Description DaggerContentProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanonCreate()-
Methods inherited from class android.content.ContentProvider
applyBatch, applyBatch, attachInfo, bulkInsert, call, call, canonicalize, clearCallingIdentity, delete, delete, dump, getCallingAttributionSource, getCallingAttributionTag, getCallingPackage, getCallingPackageUnchecked, getContext, getPathPermissions, getReadPermission, getStreamTypes, getType, getWritePermission, insert, insert, isTemporary, onCallingPackageChanged, onConfigurationChanged, onLowMemory, onTrimMemory, openAssetFile, openAssetFile, openFile, openFile, openFileHelper, openPipeHelper, openTypedAssetFile, openTypedAssetFile, query, query, query, refresh, requireContext, restoreCallingIdentity, setPathPermissions, setReadPermission, setWritePermission, shutdown, uncanonicalize, update, update
-
-