For #1192: Updates detection for Lockwise

This commit is contained in:
Sawyer Blatz 2019-06-04 09:10:56 -07:00
parent 87f6268816
commit 8e24feefc2
2 changed files with 2 additions and 2 deletions

View File

@ -347,7 +347,7 @@ metrics:
description: >
A list of all the Mozilla products installed on device. We currently scan for: Firefox, Firefox Beta,
Firefox Aurora, Firefox Nightly, Firefox Fdroid, Firefox Lite, Reference Browser, Reference Browser Debug,
Fenix, Focus, and Lockbox.
Fenix, Focus, and Lockwise.
send_in_pings:
- metrics
bugs:

View File

@ -22,7 +22,7 @@ object MozillaProductDetector {
FOCUS("org.mozilla.focus"),
// Other products
LOCKBOX("org.mozilla.lockbox")
LOCKWISE("mozilla.lockbox")
}
fun getInstalledMozillaProducts(context: Context): List<String> {