aboutsummaryrefslogtreecommitdiff
path: root/TestMediaApp/AndroidManifest.xml
diff options
context:
space:
mode:
authorArnaud Berry <arnaudberry@google.com>2019-05-23 10:31:16 -0700
committerArnaud Berry <arnaudberry@google.com>2019-05-30 17:29:49 +0000
commit13ff3bc1fa60e4094d30062663e95a7975d2b972 (patch)
tree2dd9762066912a433df8e3f0cfa15a373950302e /TestMediaApp/AndroidManifest.xml
parentb6d873275f754b1dbd72f02ff2295219adf5373a (diff)
downloadtests-13ff3bc1fa60e4094d30062663e95a7975d2b972.tar.gz
Add artwork support
Added various resolution bitmaps and media items referencing them. Also added missing launcher icons. I took the photos myself so there's no previous copyright on them. Test: manual Change-Id: I4fe550bb2c55e246683e3242d776fe514059b891
Diffstat (limited to 'TestMediaApp/AndroidManifest.xml')
-rw-r--r--TestMediaApp/AndroidManifest.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/TestMediaApp/AndroidManifest.xml b/TestMediaApp/AndroidManifest.xml
index 32abbce..3639e9b 100644
--- a/TestMediaApp/AndroidManifest.xml
+++ b/TestMediaApp/AndroidManifest.xml
@@ -28,6 +28,12 @@
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/TestMediaAppTheme" >
+
+ <provider
+ android:name=".TmaAssetProvider"
+ android:exported="true"
+ android:authorities="com.android.car.media.testmediaapp.assets"/>
+
<service
android:name=".TmaBrowser"
android:exported="true"