Status Update
Comments
je...@google.com <je...@google.com> #2
i donnot understand why is the data the same?
cm...@google.com <cm...@google.com> #3
ko...@google.com <ko...@google.com>
sp...@google.com <sp...@google.com>
cm...@google.com <cm...@google.com> #4
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.
hm...@google.com <hm...@google.com>
ja...@geokeyaccess.com <ja...@geokeyaccess.com> #5
Please provide the requested information to proceed further. Unfortunately the issue will be closed within 7 days if there is no further update.
au...@google.com <au...@google.com> #6
for example,we hava 100 users.
20 users returned the same location information, longitude is 121.474000 and latitude is 31.230001。
30 users returned the same location information, longitude is 122.474000 and latitude is 32.230001。
15 users returned the same location information, longitude is 120.474000 and latitude is 30.230001。
as for Android build,all versions have it.
I dont reprodouce this issue.
what may be the cause of this issue?please
au...@google.com <au...@google.com> #7
We have shared this with our product and engineering team and will update this issue with more information as it becomes available.
al...@google.com <al...@google.com> #8
Thanks for reporting this issue.
COARSE_LOCATION typically takes location information from the nearby cell tower. If many users are near the same cell tower, each of those users will be given the same position. Using a FINE position will give much more detailed information.
Also, in certain areas, for privacy reasons, a less-exact location will be given, and that less-exact location might be identical for many users. Again, a fine-location configuration will return more precise location data.
cm...@google.com <cm...@google.com> #9
We believe with reference to the above comment, your query has been answered, hence closing the bug. Please feel free to re-open the issue in the future if desired.
an...@google.com <an...@google.com> #10
wf...@google.com <wf...@google.com> #11
I think the warnings are showing in 8.5.0, as the change was done in 8.6.0. To be discussed.
an...@google.com <an...@google.com> #12
Further fixes for this issue are now available in:
- Android Studio Ladybug | 2024.2.1 Canary 7
- Android Gradle Plugin 8.7.0-alpha07
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
ro...@gmail.com <ro...@gmail.com>
cm...@google.com <cm...@google.com> #13
Sorry looking back at this I got the version wrong in
an...@google.com <an...@google.com> #14
Further fixes for this issue are now available in:
- Android Studio Ladybug | 2024.2.1 Canary 8
- Android Gradle Plugin 8.7.0-alpha08
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
wa...@gmail.com <wa...@gmail.com> #15
val networkRequestBuilder = NetworkRequest.Builder() // Add or remove capabilities based on your requirements. // For example, this code specifies that the job won't run // unless there's a connection to the internet (not just a local // network), and the connection doesn't charge per-byte. .addCapability(NET_CAPABILITY_INTERNET) .addCapability(NET_CAPABILITY_NOT_METERED) .build()
val jobInfo = JobInfo.Builder(jobId, ComponentName(mContext, CustomTransferService::class.java)) // ... .setUserInitiated(true) .setRequiredNetwork(networkRequestBuilder) // Provide your estimate of the network traffic here .setEstimatedNetworkBytes(1024 * 1024 * 1024) // ... .build()
ro...@gmail.com <ro...@gmail.com> #16
an...@google.com <an...@google.com> #17
The fixes for this issue are now also available in:
- Android Studio Meerkat Feature Drop | 2024.3.2 Canary 2
- Android Gradle Plugin 8.10.0-alpha02
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
sa...@gmail.com <sa...@gmail.com> #18
G
Description
DESCRIBE THE ISSUE IN DETAIL:
Android is about to ship API 35, AGP should support.
STEPS TO REPRODUCE:
Expected
No warnings
Actual