diff options
| author | sqian <shuoq@google.com> | 2019-03-28 19:14:35 -0700 |
|---|---|---|
| committer | sqian <shuoq@google.com> | 2019-03-29 18:14:08 -0700 |
| commit | fa9460a6f09920fd7b7fb68e025d101db59a2d25 (patch) | |
| tree | b60df344eb118b40e176f52c885cc100098e5fc1 /core/java | |
| parent | d4b6ff816dea494b89bd1ac606abae5347b22f62 (diff) | |
Clean up Call redirection setting
Test: Treehugger
Fixes: 123038126
Change-Id: I9cb569bfd1ef5fba7958bb2e5f42f05e300e3358
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/provider/Settings.java | 9 |
1 files changed, 0 insertions, 9 deletions
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 @@ -7751,15 +7751,6 @@ public final class Settings { "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 * * @see android.telephony.TelephonyManager#ACTION_EMERGENCY_ASSISTANCE |
