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

Issue 762802 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Sep 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug



Sign in to add a comment

Native app install prompt should not show if native app is already installed

Project Member Reported by mgiuca@chromium.org, Sep 7 2017

Issue description

Apparently, if a website has a native "play" app and "prefer_related_applications" in its manifest (e.g., https://killer-marmot.appspot.com/play_and_web/ -- see associated manifest.json), we always prompt to install the native app (with a large time delay between prompts), regardless of whether the native app is already installed.

Should check whether it is installed first.
 
Status: WontFix (was: Assigned)
Actually, this is okay. Finksy handles this check for us by ensuring that apps queried have a "buy" or "install" action. Installed native apps will not:

09-07 16:34:23.711 17416 25093 I Finsky  : [5911] com.google.android.finsky.services.g.a(29): Received app details request for com.google.samples.apps.iosched from com.android.chrome
09-07 16:34:23.718 17416 17416 I Finsky  : [1] com.google.android.finsky.services.DetailsService.a(43): App com.google.samples.apps.iosched has no buy or install action, actions=6

Sign in to add a comment