Merge "Add app_compat namespace"

This commit is contained in:
Andrei-Valentin Onea
2019-03-19 16:01:17 +00:00
committed by Android (Google) Code Review
2 changed files with 10 additions and 0 deletions

View File

@@ -77,6 +77,15 @@ public final class DeviceConfig {
public static final String NAMESPACE_ACTIVITY_MANAGER_NATIVE_BOOT =
"activity_manager_native_boot";
/**
* Namespace for all app compat related features. These features will be applied
* immediately upon change.
*
* @hide
*/
@SystemApi
public static final String NAMESPACE_APP_COMPAT = "app_compat";
/**
* Namespace for AttentionManagerService related features.
*