commit | b4169344245631de774e3957a2bacf27c2cb928c | [log] [tgz] |
---|---|---|
author | Oscar Rydhé <oscar.rydhe@sonymobile.com> | Thu Jan 02 12:15:34 2014 +0100 |
committer | Johan Redestig <johan.redestig@sonymobile.com> | Tue Jan 07 12:03:11 2014 +0100 |
tree | beb913e5136b5429959150c432968b78617b56ac | |
parent | 4fc9a5e49e68bfd4a25af97834dc10415d3663b2 [diff] |
Use runtime lookup of config_useFixedVolume in AudioManager In the current code the config setting config_useFixedVolume was transformed into the resource id at compile time. This cause errors in the tests if this resource id was not used for the same config setting in the device under test. This is solved by looking up the resource id during runtime instead. Change-Id: I5fed34af745b92ec88b527c853eb4996f8ed6115