Index: webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/WebRtcAudioUtils.java |
diff --git a/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/WebRtcAudioUtils.java b/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/WebRtcAudioUtils.java |
index f869e8036ec5090a3343c1113a6afc49ba59adb0..9a13bf2f9ebc453d102b4161e9f9639f5224f059 100644 |
--- a/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/WebRtcAudioUtils.java |
+++ b/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/WebRtcAudioUtils.java |
@@ -147,10 +147,11 @@ public final class WebRtcAudioUtils { |
return Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP; |
} |
- public static boolean runningOnMOrHigher() { |
+ // TODO(phoglund): enable when all downstream users use M. |
+ // public static boolean runningOnMOrHigher() { |
// API Level 23. |
- return Build.VERSION.SDK_INT >= Build.VERSION_CODES.M; |
- } |
+ // return Build.VERSION.SDK_INT >= Build.VERSION_CODES.M; |
+ //} |
// Helper method for building a string of thread information. |
public static String getThreadInfo() { |