From e2ca3d4a927a09809dd1d4a4669eeecd778ae0ce Mon Sep 17 00:00:00 2001 From: "wjia@chromium.org" Date: Wed, 20 Mar 2013 06:18:49 +0000 Subject: Add MODIFY_AUDIO_SETTINGS permission in Android manifest and implementation in android audio manager. MODIFY_AUDIO_SETTINGS allows application to be able to configure audio settings. In android audio manager, a function SetAudioMode is added to set audio mode. BUG=180328 Contributed by leozwang@chromium.org (https://codereview.chromium.org/12571006/). Review URL: https://codereview.chromium.org/12843015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189210 0039d316-1c4b-4281-b951-d872f2087c98 --- testing/android/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing') diff --git a/testing/android/AndroidManifest.xml b/testing/android/AndroidManifest.xml index 1d27d59..73a0c14 100644 --- a/testing/android/AndroidManifest.xml +++ b/testing/android/AndroidManifest.xml @@ -23,9 +23,9 @@ found in the LICENSE file. - + -- cgit v1.1