diff options
author | Eric Laurent <> | 2009-03-26 01:57:59 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-26 01:57:59 -0700 |
commit | eeea9222132fe5979e40dcc85f5eba300157dfbc (patch) | |
tree | 222d6010f339edc928cfde08d716e21430197367 /include | |
parent | cc95667b9cb1c8e61b4addd6b1aff7f09902d5c8 (diff) | |
download | frameworks_base-eeea9222132fe5979e40dcc85f5eba300157dfbc.zip frameworks_base-eeea9222132fe5979e40dcc85f5eba300157dfbc.tar.gz frameworks_base-eeea9222132fe5979e40dcc85f5eba300157dfbc.tar.bz2 |
Automated import from //branches/cupcake/...@142889,142889
Diffstat (limited to 'include')
-rw-r--r-- | include/media/AudioSystem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/AudioSystem.h b/include/media/AudioSystem.h index 77c90ba..3a3a714 100644 --- a/include/media/AudioSystem.h +++ b/include/media/AudioSystem.h @@ -38,6 +38,7 @@ public: ALARM = 4, NOTIFICATION = 5, BLUETOOTH_SCO = 6, + ENFORCED_AUDIBLE = 7, // Sounds that cannot be muted by user and must be routed to speaker NUM_STREAM_TYPES }; |