java.lang.Object | |
↳ | com.google.android.gms.security.ProviderInstaller |
A utility class for installing a dynamically updatable Provider
to replace
the platform default provider.
Nested Classes | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ProviderInstaller.ProviderInstallListener | Callback for notification of the result of provider installation. |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | PROVIDER_NAME |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Installs the dynamically updatable security provider, if it's not already installed.
| |||||||||||
Asynchronously installs the dynamically updatable security provider, if it's not already
installed.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Installs the dynamically updatable security provider, if it's not already installed.
Asynchronously installs the dynamically updatable security provider, if it's not already installed. This method must be called on the UI thread.
listener | called when the installation completes |
---|