Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b94bff07 authored by Luca Stefani's avatar Luca Stefani
Browse files

Background: Export the stub receiver

Also rename it to a proper name

Change-Id: Ie81945e91bf3ab3eda2391fd34d0d240822a849c
parent 44344d37
Loading
Loading
Loading
Loading
+3 −4
Original line number Original line Diff line number Diff line
@@ -18,12 +18,11 @@
    package="org.lineageos.backgrounds">
    package="org.lineageos.backgrounds">


    <application android:label="@string/app_name">
    <application android:label="@string/app_name">

        <receiver android:name=".StubReceiver"
        <receiver android:name=".LineageBackgrounds">
                  android:exported="true">
            <intent-filter>
            <intent-filter>
                <action android:name="com.android.launcher3.action.PARTNER_CUSTOMIZATION" />
                <action android:name="com.android.launcher3.action.PARTNER_CUSTOMIZATION" />
            </intent-filter>
            </intent-filter>
        </receiver>
        </receiver>

    </application>
    </application>
</manifest>
</manifest>