Background: Export the stub receiver

Also rename it to a proper name

Change-Id: Ie81945e91bf3ab3eda2391fd34d0d240822a849c
This commit is contained in:
Luca Stefani 2021-10-08 16:19:10 +02:00
parent 44344d377a
commit b94bff078b

View File

@ -18,12 +18,11 @@
package="org.lineageos.backgrounds">
<application android:label="@string/app_name">
<receiver android:name=".LineageBackgrounds">
<receiver android:name=".StubReceiver"
android:exported="true">
<intent-filter>
<action android:name="com.android.launcher3.action.PARTNER_CUSTOMIZATION"/>
<action android:name="com.android.launcher3.action.PARTNER_CUSTOMIZATION" />
</intent-filter>
</receiver>
</application>
</manifest>