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

Commit 481ef060 authored by Kryten2k35's avatar Kryten2k35 Committed by Steve Kondik
Browse files

Call recording encoder/format choice 3/3

Forward port of 1f9d99cc

Change-Id: Iffcdd3ba6f9aa80e238bbcc5db51809a4721711e
parent 759925de
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -3125,6 +3125,15 @@ public final class Settings {
        public static final Validator HIDE_ROTATION_LOCK_TOGGLE_FOR_ACCESSIBILITY_VALIDATOR =
                sBooleanValidator;

        /**
         * Call recording format value
         * 0: AMR_WB
         * 1: MPEG_4
         * Default: 0
         * @hide
         */
        public static final String CALL_RECORDING_FORMAT = "call_recording_format";

        /**
         * Whether the phone vibrates when it is ringing due to an incoming call. This will
         * be used by Phone and Setting apps; it shouldn't affect other apps.