Merge "Fix android_media_AudioSystem_getMasterMute return type." into lmp-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
85d6f29994
@@ -390,7 +390,7 @@ android_media_AudioSystem_setMasterMute(JNIEnv *env, jobject thiz, jboolean mute
|
||||
return (jint) check_AudioSystem_Command(AudioSystem::setMasterMute(mute));
|
||||
}
|
||||
|
||||
static jfloat
|
||||
static jboolean
|
||||
android_media_AudioSystem_getMasterMute(JNIEnv *env, jobject thiz)
|
||||
{
|
||||
bool mute;
|
||||
|
||||
Reference in New Issue
Block a user