diff options
author | DvTonder <david.vantonder@gmail.com> | 2012-11-25 07:44:13 -0500 |
---|---|---|
committer | Adnan Begovic <adnan@cyngn.com> | 2015-11-23 15:29:42 -0800 |
commit | 7e1c23414e3c839ce30e0f855a98d8f0d94f39c5 (patch) | |
tree | 1d121968b57bf83f3140434c445c27973562dad4 /res/xml | |
parent | 5afad60db65b9567861a844182a33b3668103312 (diff) | |
download | packages_apps_Settings-7e1c23414e3c839ce30e0f855a98d8f0d94f39c5.zip packages_apps_Settings-7e1c23414e3c839ce30e0f855a98d8f0d94f39c5.tar.gz packages_apps_Settings-7e1c23414e3c839ce30e0f855a98d8f0d94f39c5.tar.bz2 |
Settings: Add CM Updater
Squashed commit of the following:
Author: DvTonder <david.vantonder@gmail.com>
Settings: Add Updater and Changelog
Change-Id: I8cf09962d9ba667bcdba78d7214fd6b5bb0feedc
Author: Jorge Ruesga <jorge@ruesga.com>
settings: hide settings of disabled components
Change-Id: I977bd0c9668b479773802f99d03ecd1072e12f75
JIRA: CYAN-3552
Issue: https://jira.cyanogenmod.org/browse/CYAN-3552
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
Author: Michael Bestas <mikeioannina@gmail.com>
Move CM updater & remove summary
* Move CM Updater to the top, like the fota app
* Use android's default 'System updates' empty summary
Change-Id: Ia3358397be97bc0ac19dd73598d053eb29efe31d
Change-Id: I8cf09962d9ba667bcdba78d7214fd6b5bb0feedc
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/device_info_settings.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/res/xml/device_info_settings.xml b/res/xml/device_info_settings.xml index d3e3316..a3dad73 100644 --- a/res/xml/device_info_settings.xml +++ b/res/xml/device_info_settings.xml @@ -33,6 +33,15 @@ android:targetClass="@string/additional_system_update_menu" /> </PreferenceScreen> + <!-- CyanogenMod Updates --> + <PreferenceScreen android:key="cm_updates" + android:title="@string/cmupdate_settings_title" + android:summary="@string/system_update_settings_list_item_summary"> + <intent android:action="android.intent.action.MAIN" + android:targetPackage="com.cyanogenmod.updater" + android:targetClass="com.cyanogenmod.updater.UpdatesSettings" /> + </PreferenceScreen> + <!-- Device status - launches activity --> <PreferenceScreen android:key="status_info" android:title="@string/device_status" |