Skip to content

Commit 830ad08

Browse files
RoboErikGAndroid (Google) Code Review
authored andcommitted
Merge "b/6232528 Reduce volume persist delay to 500ms" into ics-aah
2 parents f9f2719 + 45edba1 commit 830ad08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

media/java/android/media/AudioService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public class AudioService extends IAudioService.Stub {
9292
protected static final boolean DEBUG_RC = false;
9393

9494
/** How long to delay before persisting a change in volume/ringer mode. */
95-
private static final int PERSIST_DELAY = 3000;
95+
private static final int PERSIST_DELAY = 500;
9696

9797
private Context mContext;
9898
private ContentResolver mContentResolver;

0 commit comments

Comments
 (0)