Google.Play.Instant.PlaySignatureVerifier

Provides methods that verify whether a package's signature matches the expected value.

Summary

Public attributes

SkipVerifyGooglePlayServicesScriptingDefineSymbol = "PLAY_INSTANT_SKIP_VERIFY_GOOGLE_PLAY_SERVICES"
const string
Scripting define symbol that causes VerifyGooglePlayServices to always return true.

Public static functions

VerifyGooglePlayServices(AndroidJavaObject packageManager)
bool
Returns true if Google Play Services is installed and its signature matches the expected value.

Public attributes

SkipVerifyGooglePlayServicesScriptingDefineSymbol

conststringSkipVerifyGooglePlayServicesScriptingDefineSymbol=
"PLAY_INSTANT_SKIP_VERIFY_GOOGLE_PLAY_SERVICES"

Scripting define symbol that causes VerifyGooglePlayServices to always return true.

Public static functions

VerifyGooglePlayServices

boolVerifyGooglePlayServices(
AndroidJavaObjectpackageManager
)

Returns true if Google Play Services is installed and its signature matches the expected value.

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2021年03月18日 UTC.