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

Commit e77a5332 authored by Karthik Reddy Katta's avatar Karthik Reddy Katta Committed by Linux Build Service Account
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.

CRs-Fixed: 1029731
Change-Id: I21a35f7f88c33e13b28a612840ea30f8de4839c4
parent 44764ccd
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -729,6 +729,13 @@ public class ToneGenerator
     */
    public static final int TONE_CDMA_SIGNAL_OFF = 98;

    /**
     * HOLD_RECALL - 440Hz
     *
     * @hide #ToneGenerator(int, int)
     */
    public static final int TONE_HOLD_RECALL = 99;

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