summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index e01dce7..84171ef 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1507,6 +1507,8 @@
<activity android:name=".cyanogenmod.LockscreenTargets" />
+ <activity android:name=".cyanogenmod.ChangeLog" />
+
<activity android:name=".cyanogenmod.LockscreenInterface" />
<activity android:name=".cyanogenmod.LockscreenButtons" />
@@ -1538,12 +1540,6 @@
android:value="com.android.settings.cmstats.AnonymousStats" />
</activity>
- <activity android:name=".cyanogenmod.ChangeLog" android:label="@string/changelog_title">
- <intent-filter>
- <action android:name="android.intent.action.MAIN"/>
- </intent-filter>
- </activity>
-
<!-- CyanogenMod activities End -->
<!-- Pseudo-activity used to provide an intent-filter entry point to encryption settings -->