summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorcretin45 <cretin45@gmail.com>2015-06-17 13:56:09 -0700
committercretin45 <cretin45@gmail.com>2015-06-17 13:56:09 -0700
commitc5e926d67f04fa4f8cf769ca37065f2c7cf6787c (patch)
treececa4fe9e1826cff15f06fb357bf4cc553521179 /AndroidManifest.xml
parent1fc47a0a79ac6bca2b0fad6e8feaffb5a09f3e50 (diff)
downloadpackages_apps_SetupWizard-c5e926d67f04fa4f8cf769ca37065f2c7cf6787c.zip
packages_apps_SetupWizard-c5e926d67f04fa4f8cf769ca37065f2c7cf6787c.tar.gz
packages_apps_SetupWizard-c5e926d67f04fa4f8cf769ca37065f2c7cf6787c.tar.bz2
SetupWizard: Add hook to finish setup for CTS automation
Change-Id: Ifd7edda671fd8011a9b9ed894333c292cd0c3331
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 69f8501..ec6bbee 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -93,5 +93,12 @@
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
+
+ <receiver android:name=".setup.FinishSetupReceiver"
+ android:exported="true">
+ <intent-filter>
+ <action android:name="com.cyanogenmod.setupwizard.ACTION_FINISH_SETUPWIZARD" />
+ </intent-filter>
+ </receiver>
</application>
</manifest>