From 63f6ab4e8240eef8b078651f2e7b3c92ff5f196b Mon Sep 17 00:00:00 2001 From: Chulwoo Lee Date: Wed, 7 May 2014 16:27:30 +0900 Subject: Implement local channel & program search Search for channels and programs can be performed from Quick Search Box and the search results are shown in the 'TV' category. Search is done for the four columns with LIKE query: - Channels.DISPLAY_NAME - Channels.DESCRIPTION - Programs.TITLE - Programs.DESCRIPTION If the result item is clicked, the related channel is aired on the TV app. Change-Id: I1d567489210f69eb0b2bec7a023e6a0566147a57 --- AndroidManifest.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 2377417d..9e4e0cc3 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -41,7 +41,18 @@ + + + + + + + -- cgit v1.2.3