mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-15 18:12:54 +00:00
[fenix] For https://github.com/mozilla-mobile/fenix/issues/1192: Updates detection for Lockwise
This commit is contained in:
parent
1036846133
commit
4ded533432
@ -347,7 +347,7 @@ metrics:
|
|||||||
description: >
|
description: >
|
||||||
A list of all the Mozilla products installed on device. We currently scan for: Firefox, Firefox Beta,
|
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,
|
Firefox Aurora, Firefox Nightly, Firefox Fdroid, Firefox Lite, Reference Browser, Reference Browser Debug,
|
||||||
Fenix, Focus, and Lockbox.
|
Fenix, Focus, and Lockwise.
|
||||||
send_in_pings:
|
send_in_pings:
|
||||||
- metrics
|
- metrics
|
||||||
bugs:
|
bugs:
|
||||||
|
@ -22,7 +22,7 @@ object MozillaProductDetector {
|
|||||||
FOCUS("org.mozilla.focus"),
|
FOCUS("org.mozilla.focus"),
|
||||||
|
|
||||||
// Other products
|
// Other products
|
||||||
LOCKBOX("org.mozilla.lockbox")
|
LOCKWISE("mozilla.lockbox")
|
||||||
}
|
}
|
||||||
|
|
||||||
fun getInstalledMozillaProducts(context: Context): List<String> {
|
fun getInstalledMozillaProducts(context: Context): List<String> {
|
||||||
|
Loading…
Reference in New Issue
Block a user