Skip to content
Snippets Groups Projects
Commit 3ecea557 authored by Anna Wasewicz's avatar Anna Wasewicz
Browse files

Add DeviceConfig flag for ContentSuggestionsService.

Test: presubmit
Bug: 123289833

Change-Id: I016a7585bc03e25bd494b9e3bd3080416d67ee50
parent cc9e2873
No related branches found
No related tags found
No related merge requests found
......@@ -158,6 +158,14 @@ public final class DeviceConfig {
@SystemApi
public static final String NAMESPACE_INTELLIGENCE_ATTENTION = "intelligence_attention";
/**
* Definitions for properties related to Content Suggestions.
*
* @hide
*/
public static final String NAMESPACE_INTELLIGENCE_CONTENT_SUGGESTIONS =
"intelligence_content_suggestions";
/**
* Namespace for all media native related features.
*
......
......@@ -81,6 +81,7 @@ public class SettingsToPropertiesMapper {
static final String[] sDeviceConfigScopes = new String[] {
DeviceConfig.NAMESPACE_ACTIVITY_MANAGER_NATIVE_BOOT,
DeviceConfig.NAMESPACE_INPUT_NATIVE_BOOT,
DeviceConfig.NAMESPACE_INTELLIGENCE_CONTENT_SUGGESTIONS,
DeviceConfig.NAMESPACE_MEDIA_NATIVE,
DeviceConfig.NAMESPACE_NETD_NATIVE,
DeviceConfig.NAMESPACE_RUNTIME_NATIVE,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment