Commit af43c50b authored by Roger Yang's avatar Roger Yang Committed by Pier Angelo Vendrame
Browse files

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

parent 9f2a191d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -171,8 +171,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)
            }