am 51712241: Fix typo in intent filter

* commit '51712241f50f95d9bf8e83428ce5428f7f476431':
  Fix typo in intent filter
This commit is contained in:
Alexandra Gherghina
2014-09-05 15:54:03 +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>