summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src/com/android/systemui/SystemUIApplication.java
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2014-05-20 16:25:37 -0400
committerJohn Spurlock <jspurlock@google.com>2014-05-21 09:58:41 -0400
commit3346a802087f621c6441bc512dfcc17b07143fc6 (patch)
tree8c912d2e1a6e350193ad8565cb7a5ad5957849b5 /packages/SystemUI/src/com/android/systemui/SystemUIApplication.java
parentc84947db56ce9e6e11541f055a2cf23332552fb7 (diff)
downloadframeworks_base-3346a802087f621c6441bc512dfcc17b07143fc6.zip
frameworks_base-3346a802087f621c6441bc512dfcc17b07143fc6.tar.gz
frameworks_base-3346a802087f621c6441bc512dfcc17b07143fc6.tar.bz2
VolumeZen: SystemUI now hosts the volume dialog.
- Allow SystemUI to set the volume controller interface using a new binder call to audio service. - Remove VolumePanel's dependency on AudioService. - Host the base VolumePanel in the SystemUI process. Change-Id: I095d5a1a579d42b68d0f81abb4087bd0c754b876
Diffstat (limited to 'packages/SystemUI/src/com/android/systemui/SystemUIApplication.java')
-rw-r--r--packages/SystemUI/src/com/android/systemui/SystemUIApplication.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/SystemUIApplication.java b/packages/SystemUI/src/com/android/systemui/SystemUIApplication.java
index 217074f..d7ce255 100644
--- a/packages/SystemUI/src/com/android/systemui/SystemUIApplication.java
+++ b/packages/SystemUI/src/com/android/systemui/SystemUIApplication.java
@@ -47,6 +47,7 @@ public class SystemUIApplication extends Application {
com.android.systemui.power.PowerUI.class,
com.android.systemui.media.RingtonePlayer.class,
com.android.systemui.settings.SettingsUI.class,
+ com.android.systemui.volume.VolumeUI.class,
};
/**