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

Commit 241c69b1 authored by sqian's avatar sqian Committed by android-build-merger
Browse files

Merge "Add Call Redirection Default Application in Settings" am: b7c0727c am: 936791f5

am: 846b2d19

Change-Id: Ib86bc25d77275a814752bad4f0d2800182ab150b
parents 167aa777 846b2d19
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -7374,6 +7374,15 @@ public final class Settings {
        @UnsupportedAppUsage
        public static final String DIALER_DEFAULT_APPLICATION = "dialer_default_application";
        /**
         * Specifies the package name currently configured to be the default application to perform
         * the user-defined call redirection service with Telecom.
         * @hide
         */
        @UnsupportedAppUsage
        public static final String CALL_REDIRECTION_DEFAULT_APPLICATION =
                "call_redirection_default_application";
        /**
         * Specifies the package name currently configured to be the emergency assistance application
         *
+1 −0
Original line number Diff line number Diff line
@@ -543,6 +543,7 @@ public class SettingsBackupTest {
                 Settings.Secure.BACKUP_ENABLED,
                 Settings.Secure.BACKUP_PROVISIONED,
                 Settings.Secure.BACKUP_TRANSPORT,
                 Settings.Secure.CALL_REDIRECTION_DEFAULT_APPLICATION,
                 Settings.Secure.CAMERA_LIFT_TRIGGER_ENABLED, // Candidate for backup?
                 Settings.Secure.CARRIER_APPS_HANDLED,
                 Settings.Secure.CMAS_ADDITIONAL_BROADCAST_PKG,