aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrevor Drake <trevd1234@gmail.com>2017-02-16 00:37:01 +0000
committerTrevor Drake <trevd1234@gmail.com>2017-02-16 00:40:47 +0000
commit90408d018b9a466fa3d29470bb081204c29bce09 (patch)
tree4c2a18d4743d3e9d5be97e0bd5a302668d9671dc
parent27283977597676cfa3549adba1deea061b666345 (diff)
downloadTV-90408d018b9a466fa3d29470bb081204c29bce09.tar.gz
Fix CaptionLayout class name in ut_overlay_view
The ut_overlay_view attempting to use com.google.android.tv.tuner.cc.CaptionLayout. The correct value should be com.android.tv.tuner.cc.CaptionLayout Error Observerd E TunerTvInputService: Creating a session for com.android.tv/.tuner. tvinput.TunerTvInputService failed. E TunerTvInputService: android.view.InflateException: Binary XML file line #53: Binary XML file line #53: Error inflating class com.google.android.tv.tuner.cc.CaptionLayout E TunerTvInputService: Caused by: android.view.InflateException: Binary XML file line #53: Error inflating class com.google.android.tv .tuner.cc.CaptionLayout E TunerTvInputService: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.google.android.tv.tuner.cc.CaptionLayout" on path: DexPathList[[zip file "/system/priv-app/LiveTv/LiveTv.apk"], nativeLibraryDirectories=[/system/priv-app/LiveTv/lib/arm64, /system/fake-libs64, /system/priv-app/LiveTv/LiveTv.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64, /system/lib64, /vendor/lib64]] Test: Manual Tuner should have channels setup. Start the TV Application Observe the Application starts successfully Change-Id: I53e2dc267ce38096453c1f3732a71b80d0453925 Signed-off-by: Trevor Drake <trevd1234@gmail.com>
-rw-r--r--usbtuner-res/layout/ut_overlay_view.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/usbtuner-res/layout/ut_overlay_view.xml b/usbtuner-res/layout/ut_overlay_view.xml
index 681d662b..1ee2e340 100644
--- a/usbtuner-res/layout/ut_overlay_view.xml
+++ b/usbtuner-res/layout/ut_overlay_view.xml
@@ -50,7 +50,7 @@
android:layout_marginRight="10dp"
android:gravity="right|top"
android:textSize="14sp" />
- <com.google.android.tv.tuner.cc.CaptionLayout
+ <com.android.tv.tuner.cc.CaptionLayout
android:id="@+id/caption"
android:layout_width="match_parent"
android:layout_height="match_parent" />