Loading services/core/java/com/android/server/policy/PhoneWindowManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -5909,7 +5909,7 @@ public class PhoneWindowManager implements WindowManagerPolicy { // handled it send it to the session manager to // figure out. MediaSessionLegacyHelper.getHelper(mContext).sendVolumeKeyEvent( event, AudioManager.USE_DEFAULT_STREAM_TYPE, false); event, AudioManager.USE_DEFAULT_STREAM_TYPE, true); } break; } Loading Loading
services/core/java/com/android/server/policy/PhoneWindowManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -5909,7 +5909,7 @@ public class PhoneWindowManager implements WindowManagerPolicy { // handled it send it to the session manager to // figure out. MediaSessionLegacyHelper.getHelper(mContext).sendVolumeKeyEvent( event, AudioManager.USE_DEFAULT_STREAM_TYPE, false); event, AudioManager.USE_DEFAULT_STREAM_TYPE, true); } break; } Loading