aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrevor Drake <trevd1234@gmail.com>2016-11-18 05:43:39 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-11-18 05:43:39 +0000
commit382064691822e69ef93fcc081180af574c6f50fd (patch)
treec1225567e8ab42be80f64f8ae86ee3ea65d8629f
parent58ea10d49291485aaf314c26b55bcf486387f4a4 (diff)
parent1cc00e9485f50e59b439aaeaad3d6d0fe12b917c (diff)
downloadTV-382064691822e69ef93fcc081180af574c6f50fd.tar.gz
Fix incorrect setupActivity value in service metadata am: a13babc9fa
am: 1cc00e9485 Change-Id: If91c4f2ea525d26162297d63daaf22a5c496f3e9
-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" />