Assigned
Status Update
Comments
ra...@google.com <ra...@google.com> #2
Surely this is something that the developer can handle themselves. If they just have a reference to the Marker then add a custom property to the marker and use that as the id, I don't think we need to start adding more info to Marker objects for everyone.
I would need more use cases where this is out of the developers hands before I would consider putting this in the API.
I would need more use cases where this is out of the developers hands before I would consider putting this in the API.
Description
Android 15 introduced new Safer Intent restrictions , whose CompatChange is however off by default in Android 15.
As it turns out, enable it causes VPN apps to trigger a StrictMode violation due to VpnService.prepare returning an Intent that does not have an action set .
I It is hence my understanding that all VPN apps will start triggering StrictMode once that CompatChange is enabled, either by the user or by default in a future Android update.