Bug 1871548 - Add telemetry for Open PDF in Fenix

This commit is contained in:
Titouan Thibaud
2023-12-22 15:01:20 +01:00
committed by Ryan VanderMeulen
parent 481f256abc
commit 2bea4582fd
3 changed files with 30 additions and 0 deletions

View File

@@ -113,3 +113,5 @@ fun Intent.toSafeIntent(): SafeIntent = SafeIntent(this)
const val EXTRA_ACTIVITY_REFERRER_PACKAGE = "activity_referrer_package"
const val EXTRA_ACTIVITY_REFERRER_CATEGORY = "activity_referrer_category"
const val INTENT_TYPE_PDF = "application/pdf"