Fixed
Status Update
Comments
ad...@google.com <ad...@google.com>
ku...@google.com <ku...@google.com>
sp...@google.com <sp...@google.com>
sp...@google.com <sp...@google.com> #2
for example, many different devices return the same longitude and latitude.such as : longitude is 121.474000 and latitude is 31.230001.
i donnot understand why is the data the same?
i donnot understand why is the data the same?
sp...@google.com <sp...@google.com> #3
the fractional part of the location data is exactly the same.
da...@gmail.com <da...@gmail.com> #4
Thank you for reporting this issue. For us to further investigate this issue, please provide the following additional information:
What steps are needed to reproduce this issue? Frequency of occurrence?
Which Android build are you using? (e.g. AP4A.241205.013.A1)
Which device did you use to reproduce this issue?
Can you confirm if this issue is reproducible on a Pixel/Nexus device?
Please provide a sample project or apk to reproduce the issue. Also mention the steps to be followed for reproducing the issue with the given sample project or apk.
Android bug report (to be captured after reproducing the issue)
For steps to capture a bug report, please refer:https://developer.android.com/studio/debug/bug-report#bugreportdevice
Alternate method
Navigate to “Developer options”, ensure “USB debugging” is enabled, then enable “Bug report shortcut”. Capture bug report by holding the power button and selecting the “Take bug report” option.
Note: Please upload the bug report and screenshot to google drive and share the folder to android-bugreport@google.com, then share the link here.
What steps are needed to reproduce this issue? Frequency of occurrence?
Which Android build are you using? (e.g. AP4A.241205.013.A1)
Which device did you use to reproduce this issue?
Can you confirm if this issue is reproducible on a Pixel/Nexus device?
Please provide a sample project or apk to reproduce the issue. Also mention the steps to be followed for reproducing the issue with the given sample project or apk.
Android bug report (to be captured after reproducing the issue)
For steps to capture a bug report, please refer:
Alternate method
Navigate to “Developer options”, ensure “USB debugging” is enabled, then enable “Bug report shortcut”. Capture bug report by holding the power button and selecting the “Take bug report” option.
Note: Please upload the bug report and screenshot to google drive and share the folder to android-bugreport@google.com, then share the link here.
Description
Given a navigation file with entry
the resulting manifest (copied from the APK analyzer AS tool) will look like
which is missing the required
<data android:host="*.seatgeek.ca" />
. As a result, the browser picks up such links instead of being directed into the app. I also verified in the Merged Manifest subview ofAndroidManifes.xml
that it's missing there.I did try manually adding the
<intent-filter />
with the proper host, scheme, etc and confirmed that navigation is properly routing when it does receive that intent, so the problem appears just to be within the manifest generation from the navigation XML.