From 70526c3e956ffd97e8d9b615c5396d633dcf247a Mon Sep 17 00:00:00 2001 From: tonyzhu Date: Thu, 25 Oct 2018 16:13:14 +0800 Subject: [Call Screening]Default call screening app setting storage. Add new string in Settings. To indicate which app is default call screening, similar to default dialer application setting, store this in the system settings provider. Bug: 118416082 Test: atest SettingsBackupTest pass. Change-Id: I39f81b31a68ee2dbb056ff935f8dea0f51720017 --- core/java/android/provider/Settings.java | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'core/java') 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 @@ -7298,6 +7298,14 @@ public final class Settings { @UnsupportedAppUsage 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. -- cgit v1.2.3