aboutsummaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorJae Seo <jaeseo@google.com>2014-06-02 16:31:37 -0700
committerJae Seo <jaeseo@google.com>2014-06-02 17:23:43 -0700
commit220df134c97999638f550ef935671726809695c9 (patch)
tree5274c5d25e32ecbe884203ea4b8e440a9499de01 /AndroidManifest.xml
parente51a084c2518f17cee43c86e2f9df907d1f2cafb (diff)
downloadTV-220df134c97999638f550ef935671726809695c9.tar.gz
Use the new column names and mime type
Change-Id: I1416a1588d7bf54597e56c3ff478c5f0bbe5514d
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index a91f40d5..b7b1f8f3 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -41,7 +41,7 @@
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
- <data android:mimeType="vnd.android.cursor.item/vnd.com.android.tv.channels" />
+ <data android:mimeType="vnd.android.cursor.item/channel" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.SEARCH" />