[fenix] Remove hard-coded package from openAppFromExternalLink

pull/600/head
AndiAJ 2 years ago committed by mergify[bot]
parent 239716b632
commit efcf1c4dcb

@ -113,7 +113,7 @@ object TestHelper {
val intent = Intent().apply {
action = Intent.ACTION_VIEW
data = Uri.parse(url)
`package` = "org.mozilla.fenix.debug"
`package` = packageName
flags = Intent.FLAG_ACTIVITY_NEW_TASK
}
try {

Loading…
Cancel
Save