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

Commit 51712241 authored by Alexandra Gherghina's avatar Alexandra Gherghina
Browse files

Fix typo in intent filter

Bug: 16647771
Change-Id: I44c46a92fee23f78591677f7ea399fd963b4df16
parent 9b6ab158
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@
        <receiver android:name="ManagedProfileSetup">
            <intent-filter>
                <action android:name="android.intent.action.USER_INITIALIZE"/>
                <action android:name="aandroid.intent.action.PRE_BOOT_COMPLETED"/>
                <action android:name="android.intent.action.PRE_BOOT_COMPLETED"/>
            </intent-filter>
        </receiver>