Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f191fbe0 authored by Karthik Reddy Katta's avatar Karthik Reddy Katta Committed by Steve Kondik
Browse files

frameworks/base: Adjust the index of LHR tones

Adjust the index of Local Hold Recall tone types
as per their sequence in tone_type array of ToneManager.

Change-Id: I13d1d30a2fa468d750754f09d02912cfd90cb38a
parent f4ee14f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -739,7 +739,7 @@ public class ToneGenerator
     *
     * @hide #ToneGenerator(int, int)
     */
    public static final int TONE_HOLD_RECALL = 101;
    public static final int TONE_HOLD_RECALL = 99;

    /** Maximum volume, for use with {@link #ToneGenerator(int,int)} */
    public static final int MAX_VOLUME = 100;