Resolve all browsers even if there is a default browser.
PackageManager.queryIntentActivities() handles browser intent differently when there is a default browser, and only returns the default browser. Previous code for querying all the browsers all passed in the PackageManager.MATCH_ALL flag and filtered the result manually, so we move that logic into RoleBehavior. Bug: 110557011 Test: build Change-Id: I7de15113e21aacec2bf20ef98b8fa01fd2580564
Loading
Please register or sign in to comment