Provision is the AOSP \'setup wizard\' app...
am: 356bff898c

* commit '356bff898c6f33334d20ea68bd5c49f7a2ef9b6b':
  Provision is the AOSP 'setup wizard' app...

Change-Id: I3dbc60880192a547f0fb271fd2d440fa6b94e824
diff --git a/Android.mk b/Android.mk
index 1be3f23..e03490f 100644
--- a/Android.mk
+++ b/Android.mk
@@ -7,6 +7,7 @@
 
 LOCAL_PACKAGE_NAME := Provision
 LOCAL_CERTIFICATE := platform
+LOCAL_PRIVILEGED_MODULE := true
 
 LOCAL_PROGUARD_FLAG_FILES := proguard.flags
 
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 585e9cc..8360578 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -30,6 +30,7 @@
                 <action android:name="android.intent.action.MAIN" />
                 <category android:name="android.intent.category.HOME" />
                 <category android:name="android.intent.category.DEFAULT" />
+                <category android:name="android.intent.category.SETUP_WIZARD" />
             </intent-filter>
         </activity>
     </application>