BlobStoreManager.Session.AllowSameSignatureAccess Method

Definition

Allow packages which are signed with the same certificate as the caller to access this blob data once it is committed using a BlobHandle representing the blob.

[Android.Runtime.Register("allowSameSignatureAccess", "()V", "GetAllowSameSignatureAccessHandler", ApiSince=30)]
public virtual void AllowSameSignatureAccess ();
[<Android.Runtime.Register("allowSameSignatureAccess", "()V", "GetAllowSameSignatureAccessHandler", ApiSince=30)>]
abstract member AllowSameSignatureAccess : unit -> unit
override this.AllowSameSignatureAccess : unit -> unit
Attributes

Remarks

Allow packages which are signed with the same certificate as the caller to access this blob data once it is committed using a BlobHandle representing the blob.

This needs to be called before committing the blob using #commit(Executor, Consumer).

Java documentation for android.app.blob.BlobStoreManager.Session.allowSameSignatureAccess().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to