diff options
author | John Spurlock <jspurlock@google.com> | 2014-05-20 16:25:37 -0400 |
---|---|---|
committer | John Spurlock <jspurlock@google.com> | 2014-05-21 09:58:41 -0400 |
commit | 3346a802087f621c6441bc512dfcc17b07143fc6 (patch) | |
tree | 8c912d2e1a6e350193ad8565cb7a5ad5957849b5 /packages/SystemUI/src/com/android/systemui/SystemUIApplication.java | |
parent | c84947db56ce9e6e11541f055a2cf23332552fb7 (diff) | |
download | frameworks_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.java | 1 |
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, }; /** |