diff options
| author | Tony Zhu <tonyzhu@google.com> | 2018-10-30 02:43:52 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-10-30 02:43:52 +0000 |
| commit | 371786f6b00a7a3fd18cb5f9aa908a4363c6b520 (patch) | |
| tree | 62cef0ca272bdf4b771d771367990207a21830ab /core/java | |
| parent | 9e7c6b386539420d5873379b7f72cca0c0323dda (diff) | |
| parent | 70526c3e956ffd97e8d9b615c5396d633dcf247a (diff) | |
Merge "[Call Screening]Default call screening app setting storage."
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/provider/Settings.java | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 584350f5b567..eabb0b8ae7ff 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -7299,6 +7299,14 @@ public final class Settings { public static final String DIALER_DEFAULT_APPLICATION = "dialer_default_application"; /** + * Specifies the component name currently configured to be the default call screening + * application + * @hide + */ + public static final String CALL_SCREENING_DEFAULT_COMPONENT = + "call_screening_default_component"; + + /** * Specifies the package name currently configured to be the default application to perform * the user-defined call redirection service with Telecom. * @hide |
