Clean up Call redirection setting

Test: Treehugger
Fixes: 123038126
Change-Id: I9cb569bfd1ef5fba7958bb2e5f42f05e300e3358
This commit is contained in:
sqian
2019-03-28 19:14:35 -07:00
parent d4b6ff816d
commit fa9460a6f0
2 changed files with 0 additions and 10 deletions

View File

@ -7750,15 +7750,6 @@ public final class Settings {
public static final String CALL_SCREENING_DEFAULT_COMPONENT =
"call_screening_default_component";
/**
* Specifies the component 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
*

View File

@ -610,7 +610,6 @@ public class SettingsBackupTest {
Settings.Secure.BACKUP_ENABLED,
Settings.Secure.BACKUP_PROVISIONED,
Settings.Secure.BACKUP_TRANSPORT,
Settings.Secure.CALL_REDIRECTION_DEFAULT_APPLICATION,
Settings.Secure.CALL_SCREENING_DEFAULT_COMPONENT,
Settings.Secure.CAMERA_LIFT_TRIGGER_ENABLED, // Candidate for backup?
Settings.Secure.CARRIER_APPS_HANDLED,