summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2010-07-29 23:43:43 -0700
committerEric Laurent <elaurent@google.com>2010-08-09 05:48:20 -0700
commit2a6b80bc65c4782b5a7168b300e1dc5ec9f617ee (patch)
treefc777c3694d8739aba7a44caedc867c7b87b88a9 /api
parent8fb2e6e4720385961083a150a3e848ccaef544ae (diff)
downloadframeworks_base-2a6b80bc65c4782b5a7168b300e1dc5ec9f617ee.zip
frameworks_base-2a6b80bc65c4782b5a7168b300e1dc5ec9f617ee.tar.gz
frameworks_base-2a6b80bc65c4782b5a7168b300e1dc5ec9f617ee.tar.bz2
Fixed several audio effects problems.
- Fixed constant inversions in AudioEffect.java - Do not return error when enabling an already enabled effect - Update cached effect state in native AudioEffect class when effect is enabled/disabled by command() method - Remove click when restarting effect during disable sequence - Fixed problem in master mute management when volume control is delegated to effect. Change-Id: I6df4ce9fcc54fdc7345df858f639d20d802d6712
Diffstat (limited to 'api')
-rw-r--r--api/current.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/current.xml b/api/current.xml
index 197e2cd..841aa21 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -85290,7 +85290,7 @@
type="int"
transient="false"
volatile="false"
- value="1"
+ value="0"
static="true"
final="true"
deprecated="not deprecated"
@@ -85301,7 +85301,7 @@
type="int"
transient="false"
volatile="false"
- value="0"
+ value="1"
static="true"
final="true"
deprecated="not deprecated"