We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9f2719 + 45edba1 commit 830ad08Copy full SHA for 830ad08
media/java/android/media/AudioService.java
@@ -92,7 +92,7 @@ public class AudioService extends IAudioService.Stub {
92
protected static final boolean DEBUG_RC = false;
93
94
/** How long to delay before persisting a change in volume/ringer mode. */
95
- private static final int PERSIST_DELAY = 3000;
+ private static final int PERSIST_DELAY = 500;
96
97
private Context mContext;
98
private ContentResolver mContentResolver;
0 commit comments