aboutsummaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml9
1 files changed, 1 insertions, 8 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 4f02d7d7..78f2d377 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -84,14 +84,7 @@
<service android:name="com.android.tv.notification.NotificationService" />
- <!--
- TV Recommendataion at LeanbackLauncher is disabled.
- You can enable it from console as follows (required 'root' authority).
- 1) $ pm enable com.android.tv/com.android.tv.receiver.NotificationReceiver
- 2) $ reboot
- -->
- <receiver android:name="com.android.tv.receiver.NotificationReceiver"
- android:enabled="false">
+ <receiver android:name="com.android.tv.receiver.NotificationReceiver">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>