aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrevor Drake <trevd1234@gmail.com>2016-11-14 06:23:50 +0000
committerTrevor Drake <trevd1234@gmail.com>2016-11-14 07:04:24 +0000
commita13babc9fa023a1e0c6d4d3bed99372193226fbc (patch)
treec1225567e8ab42be80f64f8ae86ee3ea65d8629f
parent919e1ed7e914029a1a0054237d86dc7b19ced898 (diff)
downloadTV-a13babc9fa023a1e0c6d4d3bed99372193226fbc.tar.gz
Fix incorrect setupActivity value in service metadata
While the Setup could still be accessed through the recommendation card the "USB TV Tuner Setup" option Channel Sources failed to display anything. This commit fixes that. Test: Manual 1. Connect a compatible USB Tuner 2. Start LiveTv application 3. Select "USB TV Tuner" from channel sources screen. Expected Result: You should see the USB channel tuner setup welcome fragment Change-Id: Ied2e7e9e12da9ee1577e16a7f0418aac8c08817b
-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" />