Documentation bug: Intent flag Intent.URI_ANDROID_APP_SCHEME is an Int incorrently used as a URI string
Reported by
neorang...@gmail.com,
Sep 20 2017
|
|||
Issue descriptionURL : https://developer.chrome.com/multidevice/android/customtabs Behavior in Firefox 55 What steps will reproduce the problem? (1) In section "Add your app as the referrer" of document (2) Code example shows to build a URL with Uri.parse(Intent.URI_ANDROID_APP_SCHEME + "//" + context.getPackageName()) Outcome: Intent.URI_ANDROID_APP_SCHEME is an Int flag which resolves to value "2" and the example would build a URI like "2://com.example.app" Expected: String constant is provided to build URI correctly, like: Uri.parse("android-app://" + context.getPacakgeName())
,
Oct 25 2017
@neoranga55 -- Thank You for the report. Could you please provide us the Device details, Chrome Version details and a screen cast for better understanding of the issue which would help us to triage the issue further.
,
Mar 8 2018
***Bulk Edit*** There is no valid investigation going on, hence closing. Please feel free to reopen if needed. |
|||
►
Sign in to add a comment |
|||
Comment 1 by brajkumar@chromium.org
, Sep 21 2017Labels: OS-Android