summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
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>