summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorMadison Koenig <pedlar88@gmail.com>2011-11-27 06:41:50 -0500
committerSteve Kondik <shade@chemlab.org>2011-12-20 15:02:58 -0800
commit40d3e503754b88d1440484120788f35ffa0bce92 (patch)
treea6064ded2fa5849664139a090f4c81660b0ffa42 /api
parent164fcfb867bc49a1f51649442e923ed191cbbc58 (diff)
downloadframeworks_base-40d3e503754b88d1440484120788f35ffa0bce92.zip
frameworks_base-40d3e503754b88d1440484120788f35ffa0bce92.tar.gz
frameworks_base-40d3e503754b88d1440484120788f35ffa0bce92.tar.bz2
Notification Power Widget
Ported over from CM 7.1 into CM9 Rewrite by cvpcs Requires configuration settings from CMParts. Will be done when settings app available. Disabled WiMax button until WiMax support is added back in. ToDo: Change default color to Cyan to match ICS default color Scheme. Make indicator bar smaller? Requires: http://review.cyanogenmod.com/#change,10578 - Light Sensor Information. Also requires CMSettings for Configuration: https://github.com/Pedlar/android_packages_apps_CMSettings Change-Id: I657f459969c784164730e6b0660db40822d8c491
Diffstat (limited to 'api')
-rw-r--r--api/current.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index ddf5baf..ce1e3c8 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -15363,6 +15363,12 @@ package android.preference {
method public void setValueIndex(int);
}
+ public class ListPreferenceMultiSelect extends android.preference.ListPreference {
+ ctor public ListPreferenceMultiSelect(android.content.Context);
+ ctor public ListPreferenceMultiSelect(android.content.Context, android.util.AttributeSet);
+ method public static java.lang.String[] parseStoredValue(java.lang.CharSequence);
+ }
+
public class MultiSelectListPreference extends android.preference.DialogPreference {
ctor public MultiSelectListPreference(android.content.Context, android.util.AttributeSet);
ctor public MultiSelectListPreference(android.content.Context);