ExportedKeyProvider
OpenKeychain-compatible exported key query provider (email_status). ponytail: verification status not tracked yet — all keys reported as unverified.
Types
Properties
Functions
Link copied to clipboard
open fun applyBatch(operations: ArrayList<ContentProviderOperation?>): Array<out ContentProviderResult?>
open fun applyBatch(authority: String, operations: ArrayList<ContentProviderOperation?>): Array<out ContentProviderResult?>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Unsupported: this provider is read-only and rejects inserts.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <T : Any?> openPipeHelper(uri: Uri, mimeType: String, opts: Bundle?, args: T?, func: ContentProvider.PipeDataWriter<T?>): ParcelFileDescriptor
Link copied to clipboard
open fun openTypedAssetFile(uri: Uri, mimeTypeFilter: String, opts: Bundle?, signal: CancellationSignal?): AssetFileDescriptor?
Link copied to clipboard
open fun query(uri: Uri, projection: Array<out String?>??, queryArgs: Bundle?, cancellationSignal: CancellationSignal?): Cursor?
open fun query(uri: Uri, projection: Array<out String?>??, selection: String?, selectionArgs: Array<out String?>??, sortOrder: String?, cancellationSignal: CancellationSignal?): Cursor?
open override fun query(uri: Uri, projection: Array<out String>?, selection: String?, selectionArgs: Array<out String>?, sortOrder: String?): Cursor?
Returns a cursor of key status rows for the email addresses supplied in selectionArgs; only the email_status URI is supported.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard