summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2016-04-10 18:20:46 -0700
committerSteve Kondik <steve@cyngn.com>2016-04-12 03:13:58 -0700
commit4370045fac8a70750bc6e90ddb2bd8ab51fce90a (patch)
tree583dfb4ee69de4bbd9cb71cc44215eaa15486811 /AndroidManifest.xml
parent70e9aea5d4bc36ac400e5f7e09c51fe018bb168a (diff)
downloadpackages_apps_Settings-4370045fac8a70750bc6e90ddb2bd8ab51fce90a.zip
packages_apps_Settings-4370045fac8a70750bc6e90ddb2bd8ab51fce90a.tar.gz
packages_apps_Settings-4370045fac8a70750bc6e90ddb2bd8ab51fce90a.tar.bz2
livedisplay: Update Settings for new LiveDisplay API
* LiveDisplay is getting a proper API. This patch refactors the settings to use it. * Also kill off the deprecated "gamma calibration" tunable which nobody should be using at this point. Change-Id: I948b8845cd06c8c634a201cb5d5b93b5766cc51d
Diffstat (limited to 'AndroidManifest.xml')
-rwxr-xr-xAndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 6870873..451f370 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -86,6 +86,7 @@
<uses-permission android:name="cyanogenmod.permission.MODIFY_PROFILES" />
<uses-permission android:name="cyanogenmod.permission.PROTECTED_APP" />
<uses-permission android:name="cyanogenmod.permission.PERFORMANCE_ACCESS" />
+ <uses-permission android:name="cyanogenmod.permission.MANAGE_LIVEDISPLAY" />
<application android:label="@string/settings_label"
android:icon="@mipmap/ic_launcher_settings"
@@ -2227,8 +2228,7 @@
android:excludeFromRecents="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
- <action android:name="android.settings.LIVEDISPLAY_SETTINGS" />
- <action android:name="com.android.settings.LIVEDISPLAY_SETTINGS" />
+ <action android:name="cyanogenmod.settings.LIVEDISPLAY_SETTINGS" />
<category android:name="android.intent.category.VOICE_LAUNCH" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.SHORTCUT" />