summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/AndroidManifest_cm.xml
diff options
context:
space:
mode:
Diffstat (limited to 'packages/SystemUI/AndroidManifest_cm.xml')
-rw-r--r--packages/SystemUI/AndroidManifest_cm.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/packages/SystemUI/AndroidManifest_cm.xml b/packages/SystemUI/AndroidManifest_cm.xml
index 0d96372..d3837b6 100644
--- a/packages/SystemUI/AndroidManifest_cm.xml
+++ b/packages/SystemUI/AndroidManifest_cm.xml
@@ -53,7 +53,14 @@
android:label="@string/lockscreen_targets_message"
android:theme="@android:style/Theme.Material.Settings"
android:process=":cmsettings"
- android:exported="true">
- </activity>
+ android:exported="true" />
+
+ <activity android:name=".tuner.TunerActivity$DemoModeActivity"
+ android:icon="@drawable/tuner"
+ android:theme="@android:style/Theme.Material.Settings"
+ android:label="@string/demo_mode"
+ android:process=":tuner"
+ android:exported="true"
+ android:permission="android.permission.STATUS_BAR" />
</application>
</manifest>