am 3b17ac20: am 51712241: Fix typo in intent filter

* commit '3b17ac2007de8dbad2317f53ccea1e6677162e43':
  Fix typo in intent filter
This commit is contained in:
Alexandra Gherghina
2014-09-05 17:08:17 +00:00
committed by Android Git Automerger

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>