diff options
| author | Christopher Tate <ctate@google.com> | 2016-05-13 21:14:43 +0000 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2016-05-13 21:14:43 +0000 |
| commit | 2db4f3ff5ab9db68647c49a9120909e4b2d78374 (patch) | |
| tree | 62f731b4de9555f56b161872ed174c79e6b42e22 | |
| parent | 78ca0db658fe6253d506916e36319e620476f809 (diff) | |
| parent | 53593db784a7425c424ccd52fcd122847ed26a4d (diff) | |
| download | platform_packages_apps_Provision-2db4f3ff5ab9db68647c49a9120909e4b2d78374.tar.gz platform_packages_apps_Provision-2db4f3ff5ab9db68647c49a9120909e4b2d78374.tar.bz2 platform_packages_apps_Provision-2db4f3ff5ab9db68647c49a9120909e4b2d78374.zip | |
Provision is the AOSP \'setup wizard\' app... am: 356bff898c
am: 53593db784
* commit '53593db784a7425c424ccd52fcd122847ed26a4d':
Provision is the AOSP 'setup wizard' app...
Change-Id: I76c44690845144732b96a72898abfe771414903c
| -rw-r--r-- | Android.mk | 1 | ||||
| -rw-r--r-- | AndroidManifest.xml | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,7 @@ LOCAL_SRC_FILES := $(call all-subdir-java-files) 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> |
