aboutsummaryrefslogtreecommitdiff
path: root/apps/LeanbackCustomizer/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'apps/LeanbackCustomizer/AndroidManifest.xml')
-rw-r--r--apps/LeanbackCustomizer/AndroidManifest.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/LeanbackCustomizer/AndroidManifest.xml b/apps/LeanbackCustomizer/AndroidManifest.xml
index be2bb3d..bf3af02 100644
--- a/apps/LeanbackCustomizer/AndroidManifest.xml
+++ b/apps/LeanbackCustomizer/AndroidManifest.xml
@@ -7,12 +7,12 @@
<application android:label="@string/app_label">
- <receiver android:name=".BootReceiver">
+ <receiver android:name=".PartnerReceiver">
<intent-filter>
<action android:name="com.android.leanbacklauncher.action.PARTNER_CUSTOMIZATION" />
- <action android:name="android.intent.action.BOOT_COMPLETED"/>
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
+
<intent-filter>
<action android:name="android.intent.action.PACKAGE_ADDED" />
<action android:name="android.intent.action.PACKAGE_REMOVED" />
@@ -20,4 +20,4 @@
</intent-filter>
</receiver>
</application>
-</manifest>
+</manifest> \ No newline at end of file