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
diff --git a/usbtuner-res/xml/ut_tvinputservice.xml b/usbtuner-res/xml/ut_tvinputservice.xml
index 29c234e..9b7fdbc 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" />