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

* commit '9bcf2525223f13e2bd5c74bd6f4cd2aa121a00b8':
  Fix typo in intent filter
This commit is contained in:
Alexandra Gherghina
2014-09-05 17:24:34 +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>