Fix typo in intent filter

Bug: 16647771
Change-Id: I44c46a92fee23f78591677f7ea399fd963b4df16
This commit is contained in:
Alexandra Gherghina
2014-09-05 16:32:14 +01:00
parent 9b6ab1584c
commit 51712241f5

View File

@@ -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>