Add FEATURE_VIRTUALIZATION_FRAMEWORK system feature am: bebc71b9e5 am: f58c9ae327
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2255337 Change-Id: I26a7d77afdeab7326ba6f60837cee82afdbfab36 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -3406,6 +3406,7 @@ package android.content.pm {
|
||||
field public static final String FEATURE_REBOOT_ESCROW = "android.hardware.reboot_escrow";
|
||||
field public static final String FEATURE_TELEPHONY_CARRIERLOCK = "android.hardware.telephony.carrierlock";
|
||||
field public static final String FEATURE_TELEPHONY_IMS_SINGLE_REGISTRATION = "android.hardware.telephony.ims.singlereg";
|
||||
field public static final String FEATURE_VIRTUALIZATION_FRAMEWORK = "android.software.virtualization_framework";
|
||||
field public static final int FLAGS_PERMISSION_RESERVED_PERMISSION_CONTROLLER = -268435456; // 0xf0000000
|
||||
field public static final int FLAG_PERMISSION_APPLY_RESTRICTION = 16384; // 0x4000
|
||||
field public static final int FLAG_PERMISSION_AUTO_REVOKED = 131072; // 0x20000
|
||||
|
||||
@@ -2944,6 +2944,18 @@ public abstract class PackageManager {
|
||||
@SdkConstant(SdkConstantType.FEATURE)
|
||||
public static final String FEATURE_OPENGLES_EXTENSION_PACK = "android.hardware.opengles.aep";
|
||||
|
||||
/**
|
||||
* Feature for {@link #getSystemAvailableFeatures()} and {@link #hasSystemFeature(String)}.
|
||||
* This feature indicates whether device supports
|
||||
* <a href="https://source.android.com/docs/core/virtualization">Android Virtualization Framework</a>.
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
@SystemApi
|
||||
@SdkConstant(SdkConstantType.FEATURE)
|
||||
public static final String FEATURE_VIRTUALIZATION_FRAMEWORK =
|
||||
"android.software.virtualization_framework";
|
||||
|
||||
/**
|
||||
* Feature for {@link #getSystemAvailableFeatures} and
|
||||
* {@link #hasSystemFeature(String, int)}: If this feature is supported, the Vulkan
|
||||
|
||||
Reference in New Issue
Block a user