Use the new column names and authorities

Also incremented the version number to purge the old columns.

Change-Id: I89422f49ecb98816b90c504aa852ccab09e70408
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 0549403..a815a5b 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -48,7 +48,7 @@
     <application android:label="@string/app_label">
         <provider
             android:name="TvProvider"
-            android:authorities="com.android.tv"
+            android:authorities="android.media.tv"
             android:exported="true"
             android:syncable="true"
             android:readPermission="android.permission.READ_EPG_DATA"