Bug P3
Status Update
Comments
am...@google.com <am...@google.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.
is...@google.com <is...@google.com>
ar...@gmail.com <ar...@gmail.com> #3
I've also been affected by this!
au...@gmail.com <au...@gmail.com> #4
@2 I also opened an issue with tools guys https://code.google.com/p/android/issues/detail?id=193567 . I'm not really sure which team should fix it. There's another workaround there that in my opinion is cleaner.
ca...@google.com <ca...@google.com>
ca...@google.com <ca...@google.com>
ki...@google.com <ki...@google.com>
ki...@google.com <ki...@google.com>
cr...@gmail.com <cr...@gmail.com> #5
I've added
android {
defaultConfig.applicationId = "my.package.id "
}
to my gradle file and it fixed that issue for me
android {
defaultConfig.applicationId = "
}
to my gradle file and it fixed that issue for me
Description
This form is only for reporting bugs found in the Android system while
developing Android applications. Use the Developer Tools subcomponent for issues with
the developer tools.
Please describe the problem in detail. Be sure to include:
- Steps to reproduce the problem (including sample code if appropriate).
Start Android Auto in Mercedes E Class 2018 and above
- What happened.
Android Auto covers 70% of the screen. The other 30% is black with the Android Auto logo.
- What you think the correct behavior should be.
Like Apple carplay. Full screen Android Auto.
Don't forget to mention which version of Android you're using, and/or which
device the problem appears on (model and Android version).
Please also run "adb bugreport" and archive the output.
To avoid leaking private information, please share screenshots and bugreports only in Google Drive. Share files with android-bugreport@google.com and include only Google drive links in your bug. Bug report attachments should not be included directly in issue reports.