We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23b80f0 + 7ff866e commit e48440dCopy full SHA for e48440d
media/java/android/media/AudioService.java
@@ -85,8 +85,7 @@ public class AudioService extends IAudioService.Stub {
85
private static final String TAG = "AudioService";
86
87
/** Debug remote control client/display feature */
88
- // TODO set to false before release
89
- protected static final boolean DEBUG_RC = true;
+ protected static final boolean DEBUG_RC = false;
90
91
/** How long to delay before persisting a change in volume/ringer mode. */
92
private static final int PERSIST_DELAY = 3000;
0 commit comments