Merge "Remove interface for dex_boot."

This commit is contained in:
Matt Pape
2019-03-12 21:58:01 +00:00
committed by Android (Google) Code Review
3 changed files with 16 additions and 21 deletions

View File

@@ -104,6 +104,14 @@ public final class DeviceConfig {
@TestApi
public static final String NAMESPACE_CONTENT_CAPTURE = "content_capture";
/**
* Namespace for how dex runs. The feature requires a reboot to reach a clean state.
*
* @hide
*/
@SystemApi
public static final String NAMESPACE_DEX_BOOT = "dex_boot";
/**
* Namespace for all Game Driver features.
*
@@ -289,18 +297,6 @@ public final class DeviceConfig {
String RAMPING_RINGER_VIBRATION_DURATION = "ramping_ringer_vibration_duration";
}
/**
* Namespace for how dex runs. The feature may requires reboot to a clean state.
*
* @hide
*/
@SystemApi
public interface DexBoot {
String NAMESPACE = "dex_boot";
String PRIV_APPS_OOB_ENABLED = "priv_apps_oob_enabled";
String PRIV_APPS_OOB_WHITELIST = "priv_apps_oob_whitelist";
}
/**
* Namespace for {@link AttentionManagerService} related features.
*