Android.Content.PM.PackageManager.CheckSignatures Method
Compare the signatures of two packages to determine if the same signature appears in both of them.

Syntax

[Android.Runtime.Register("checkSignatures", "(Ljava/lang/String;Ljava/lang/String;)I", "GetCheckSignatures_Ljava_lang_String_Ljava_lang_String_Handler")]
public abstract SignatureResult CheckSignatures (string pkg1, string pkg2)

See Also

PackageManager.CheckSignatures(int, System.Int32)

Parameters

pkg1
First package name whose signature will be compared.
pkg2
Second package name whose signature will be compared.

Returns

Documentation for this section has not yet been entered.

Remarks

Compare the signatures of two packages to determine if the same signature appears in both of them. If they do contain the same signature, then they are allowed special privileges when working with each other: they can share the same user-id, run instrumentation against each other, etc.

[Android Documentation]

Requirements

Namespace: Android.Content.PM
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1