| Modifier and Type | Field and Description |
|---|---|
static DelimitedVersion |
MINIMUM_VERSION_FOR_CUSTOM_TAB
The version in which Custom Tabs were introduced in Chrome.
|
static String |
PACKAGE_NAME
The package name for Chrome.
|
static String |
SIGNATURE
The SHA-512 hash (Base64 url-safe encoded) of the public key for Chrome.
|
static Set<String> |
SIGNATURE_SET
The set of signature hashes for Chrome.
|
| Modifier and Type | Method and Description |
|---|---|
static BrowserDescriptor |
customTab(String version)
Creates a browser descriptor fot the specified version of Chrome, when used as
a custom tab.
|
static BrowserDescriptor |
standaloneBrowser(String version)
Creates a browser descriptor for the specified version of Chrome, when used as a
standalone browser.
|
public static final String PACKAGE_NAME
The package name for Chrome.
public static final String SIGNATURE
The SHA-512 hash (Base64 url-safe encoded) of the public key for Chrome.
public static final DelimitedVersion MINIMUM_VERSION_FOR_CUSTOM_TAB
The version in which Custom Tabs were introduced in Chrome.
public static BrowserDescriptor standaloneBrowser(@NonNull String version)
Creates a browser descriptor for the specified version of Chrome, when used as a standalone browser.
public static BrowserDescriptor customTab(@NonNull String version)
Creates a browser descriptor fot the specified version of Chrome, when used as a custom tab.