-
- All Implemented Interfaces:
-
android.content.ComponentCallbacks
,android.content.ComponentCallbacks2
@ApiStatus.Internal() public final class SentryInitProvider extends EmptySecureContentProvider
-
-
Method Summary
Modifier and Type Method Description boolean
onCreate()
void
shutdown()
void
attachInfo(@NotNull() Context context, @NotNull() ProviderInfo info)
String
getType(@NotNull() Uri uri)
-
Methods inherited from class io.sentry.android.core.EmptySecureContentProvider
delete, insert, query, update
-
Methods inherited from class android.content.ContentProvider
applyBatch, attachInfo, bulkInsert, call, canonicalize, clearCallingIdentity, delete, dump, getCallingAttributionSource, getCallingAttributionTag, getCallingPackage, getCallingPackageUnchecked, getContext, getPathPermissions, getReadPermission, getStreamTypes, getType, getTypeAnonymous, getWritePermission, insert, onCallingPackageChanged, onConfigurationChanged, onCreate, onLowMemory, onTrimMemory, openAssetFile, openFile, openPipeHelper, openTypedAssetFile, query, refresh, requireContext, restoreCallingIdentity, shutdown, uncanonicalize, update
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
onCreate
boolean onCreate()
-
shutdown
void shutdown()
-
attachInfo
void attachInfo(@NotNull() Context context, @NotNull() ProviderInfo info)
-
-
-
-