New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 851884 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 847921
Owner:
Closed: Jun 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug



Sign in to add a comment

2 Chrome are shown in M67 version

Project Member Reported by twinkl...@samsung.com, Jun 12 2018

Issue description

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}"


 
PixelM66.png
44.4 KB View Download
PixelM67.png
61.4 KB View Download
SamsungM67.png
160 KB View Download
Components: UI>Browser>Mobile
Labels: -Pri-3 Pri-1
Owner: mthiesse@chromium.org
Status: Assigned (was: Untriaged)
Mergedinto: 847921
Status: Duplicate (was: Assigned)

Sign in to add a comment