diff options
| author | Shuo Qian <shuoq@google.com> | 2019-04-01 20:16:22 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2019-04-01 20:16:22 +0000 |
| commit | 4fb4320a5e2070afa6152fbbfd3152470eec5080 (patch) | |
| tree | e6b23861b179a7d645e89b50f334f36c62fc7f9a /core/java/android | |
| parent | a3151aa9ebb6764ed8de418c1cfc39bf284f521f (diff) | |
| parent | fa9460a6f09920fd7b7fb68e025d101db59a2d25 (diff) | |
Merge "Clean up Call redirection setting"
Diffstat (limited to 'core/java/android')
| -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 5c2eacc18603..a97db101dc93 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 |
