set music volume control as default

This commit is contained in:
Victor K 2016-02-22 11:43:01 +03:00
parent 37db8407f1
commit ce8f85f33e
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,7 @@ import android.content.Intent;
import android.content.pm.ApplicationInfo;
import android.content.pm.PackageManager;
import android.graphics.PixelFormat;
import android.media.AudioManager;
import android.opengl.GLSurfaceView;
import android.os.Build;
import android.os.Bundle;
@ -281,6 +282,8 @@ public abstract class Cocos2dxActivity extends Activity implements Cocos2dxHelpe
Window window = this.getWindow();
window.setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_PAN);
this.setVolumeControlStream(AudioManager.STREAM_MUSIC);
}
//native method,call GLViewImpl::getGLContextAttrs() to get the OpenGL ES context attributions