aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrevor Drake <trevd1234@gmail.com>2016-11-18 05:40:39 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-11-18 05:40:39 +0000
commit1cc00e9485f50e59b439aaeaad3d6d0fe12b917c (patch)
treec1225567e8ab42be80f64f8ae86ee3ea65d8629f
parent7807da82820912e0d1c711279c19b3097181621d (diff)
parenta13babc9fa023a1e0c6d4d3bed99372193226fbc (diff)
downloadTV-1cc00e9485f50e59b439aaeaad3d6d0fe12b917c.tar.gz
Fix incorrect setupActivity value in service metadata
am: a13babc9fa Change-Id: Iaa9ce4a7947dbb436ad265ed14bda51a53542645
-rw-r--r--usbtuner-res/xml/ut_tvinputservice.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/usbtuner-res/xml/ut_tvinputservice.xml b/usbtuner-res/xml/ut_tvinputservice.xml
index 29c234e0..9b7fdbc2 100644
--- a/usbtuner-res/xml/ut_tvinputservice.xml
+++ b/usbtuner-res/xml/ut_tvinputservice.xml
@@ -34,6 +34,6 @@
-->
<tv-input xmlns:android="http://schemas.android.com/apk/res/android"
- android:setupActivity="com.google.android.tv.tuner.setup.TunerSetupActivity"
+ android:setupActivity="com.android.tv.tuner.setup.TunerSetupActivity"
android:canRecord="true"
android:tunerCount="1" />