Merge "Add app_compat namespace"
This commit is contained in:
committed by
Android (Google) Code Review
commit
1949d289c6
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user