Skip to content

Commit

Permalink
For mozilla-mobile#1192: Updates detection for Lockbox to Lockwise
Browse files Browse the repository at this point in the history
  • Loading branch information
sblatz committed Jun 4, 2019
1 parent ab39a50 commit 0e93f44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object MozillaProductDetector {
FOCUS("org.mozilla.focus"),

// Other products
LOCKBOX("org.mozilla.lockbox")
LOCKWISE("org.mozilla.lockwise")
}

fun getInstalledMozillaProducts(context: Context): List<String> {
Expand Down

0 comments on commit 0e93f44

Please sign in to comment.