Bug P2
Status Update
Comments
za...@gmail.com <za...@gmail.com> #2
As a workaround we added the following to our own manifest:
<provider
tools:replace="android:authorities"
android:name="com.google.android.gms.measurement.AppMeasurementContentProvider"
android:authorities="${applicationId}.google_measurement_service"
android:exported="false" />
You must have tools namespace defined in the xml.
<provider
tools:replace="android:authorities"
android:name="com.google.android.gms.measurement.AppMeasurementContentProvider"
android:authorities="${applicationId}.google_measurement_service"
android:exported="false" />
You must have tools namespace defined in the xml.
Description
When did this happen?
Aug 28, 2019 10:01 AM GMT-05:00
What steps would let us observe this issue?
1. Using Android Auto connected via USB-C to Jeep Gladiator (Uconnect system)
2. Start car. Despite being previously granted access to messages, Android asks for this permission again (see attached screenshot)
What did you expect to happen?
Grant permission once
What actually happened?
Phone repeatedly asks for permission
How often has this happened?
Frequently