Chrome Version: 67.0.3396.81
OS: O-OS
What steps will reproduce the problem?
(1) Play store > Update Chrome to M67
(2) Global Settings > Apps > More
(3) Default apps > Browser Apps
What is the expected result? Only One Chrome should be shown
What happens instead? 2 Chrome with same Icon are shown
Issue started in M67
Pixel also shows the same error.
As per the framework team in Samsung:
2 different packages for chrome are being shown.
static final Intent BROWSE_PROBE = new Intent()
.setAction(Intent.ACTION_VIEW)
.addCategory(Intent.CATEGORY_BROWSABLE)
.setData(Uri.parse("http:"));
final List<ResolveInfo> list = mPm.queryIntentActivitiesAsUser(
DefaultBrowserPreferenceController.BROWSE_PROBE, PackageManager.MATCH_ALL, mUserId);
0 = {ResolveInfo@7026} "ResolveInfo{322ee89 com.android.chrome/com.google.android.apps.chrome.IntentDispatcher m=0x208000}"
1 = {ResolveInfo@7027} "ResolveInfo{1837e8e com.sec.android.app.sbrowser/.SBrowserLauncherActivity m=0x208000}"
2 = {ResolveInfo@7029} "ResolveInfo{ec86abc com.android.chrome/com.google.android.apps.chrome.VrIntentDispatcher p=-1 m=0x208000}"
|
Deleted:
PixelM66.png
44.4 KB
|
|
Deleted:
PixelM67.png
61.4 KB
|
|
Deleted:
SamsungM67.png
160 KB
|
Comment 1 by dtapu...@chromium.org
, Jun 15 2018Labels: -Pri-3 Pri-1
Owner: mthiesse@chromium.org
Status: Assigned (was: Untriaged)