Snap for 5401728 from 2a90755219915b788dd82aadfc414f6be80926f7 to qt-release

Change-Id: I92efbee4a8d43d358f43072fbfcf6c6d42173a0b
diff --git a/Android.mk b/Android.mk
index 4a5d96c..62bff31 100644
--- a/Android.mk
+++ b/Android.mk
@@ -50,7 +50,6 @@
         LocalMediaPlayer-proto
 
 LOCAL_STATIC_ANDROID_LIBRARIES := \
-        androidx.car_car \
         androidx.legacy_legacy-support-v4
 
 LOCAL_USE_AAPT2 := true
diff --git a/res/values/colors.xml b/res/values/colors.xml
index b693f60..6e6bd92 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -15,5 +15,5 @@
  * limitations under the License.
 -->
 <resources>
-    <color name="icon_color">@color/car_tint_light</color>
+    <color name="icon_color">@*android:color/car_tint_light</color>
 </resources>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 01af4eb..c8f692b 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -17,5 +17,5 @@
 -->
 <resources>
     <!-- Base application theme. -->
-    <style name="LocalMediaPlayerAppTheme" parent="Theme.AppCompat.Light.NoActionBar"/>
+    <style name="LocalMediaPlayerAppTheme" parent="android:Theme.DeviceDefault.Light.NoActionBar"/>
 </resources>