-
- All Implemented Interfaces:
-
android.content.ComponentCallbacks
,android.content.ComponentCallbacks2
@ApiStatus.Internal() public final class SentryPerformanceProvider extends EmptySecureContentProvider
-
-
Constructor Summary
Constructors Constructor Description SentryPerformanceProvider()
-
Method Summary
Modifier and Type Method Description boolean
onCreate()
void
attachInfo(Context context, ProviderInfo info)
String
getType(@NotNull() Uri uri)
void
shutdown()
-
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()
-
attachInfo
void attachInfo(Context context, ProviderInfo info)
-
shutdown
void shutdown()
-
-
-
-