Fix typo in intent filter

Bug: 16647771
Change-Id: I44c46a92fee23f78591677f7ea399fd963b4df16
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 04b3f97..1790226 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -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>