Bug P2
Status Update
Comments
tc...@gmail.com <tc...@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
Could you please change type of "config_ethernet_iface_regex" from string to string-array?? If so, the automotive system uses eth0 and ncm0 simultaneously.
I've already tested with attached modification to use the different interface at same time, but it is hard-coded about interface named "ncm0". And I figured it out that it works well. So, if you accept my suggestion for changing type of "config_ethernet_iface_regex", I don't need to provide hard-coded solution to my customers.
Please consider what Im suggesting.
Thanks.
the attached compressed file is .patch file for diff.