From fa9460a6f09920fd7b7fb68e025d101db59a2d25 Mon Sep 17 00:00:00 2001 From: sqian Date: Thu, 28 Mar 2019 19:14:35 -0700 Subject: Clean up Call redirection setting Test: Treehugger Fixes: 123038126 Change-Id: I9cb569bfd1ef5fba7958bb2e5f42f05e300e3358 --- core/java/android/provider/Settings.java | 9 --------- 1 file changed, 9 deletions(-) (limited to 'core/java') diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 1cab250b7d91..0abefb2fdae1 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -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 * -- cgit v1.2.3