* commit '548101cb96fbc855d4257d46841b2959fe4c9ce4': Fix android_media_AudioSystem_getMasterMute return type.
This commit is contained in:
@@ -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