Verified Commit 03c44569 authored by Roger Yang's avatar Roger Yang Committed by ma1
Browse files

Bug 1992585 - Set AppLinks intent selector to null. a=diannaS DONTBUILD

parent d5c57b24
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -172,8 +172,7 @@ class AppLinksUseCases(
                it.addCategory(Intent.CATEGORY_BROWSABLE)
                it.component = null
                it.flags = Intent.FLAG_ACTIVITY_NEW_TASK
                it.selector?.addCategory(Intent.CATEGORY_BROWSABLE)
                it.selector?.component = null
                it.selector = null
                it.putExtra(EXTRA_APPLICATION_ID, context.packageName)
            }