diff --git a/core/java/android/content/pm/PackageManager.java b/core/java/android/content/pm/PackageManager.java index 83e15e8daa39a..abb68e7550e47 100644 --- a/core/java/android/content/pm/PackageManager.java +++ b/core/java/android/content/pm/PackageManager.java @@ -2030,9 +2030,10 @@ public abstract class PackageManager { /** * Feature for {@link #getSystemAvailableFeatures} and - * {@link #hasSystemFeature(String, int)}: If this feature is supported, the Vulkan native API - * will enumerate at least one {@code VkPhysicalDevice}, and the feature version will indicate - * what level of optional hardware features limits it supports. + * {@link #hasSystemFeature(String, int)}: If this feature is supported, the Vulkan + * implementation on this device is hardware accelerated, and the Vulkan native API will + * enumerate at least one {@code VkPhysicalDevice}, and the feature version will indicate what + * level of optional hardware features limits it supports. *

* Level 0 includes the base Vulkan requirements as well as: *

@@ -2057,10 +2058,10 @@ public abstract class PackageManager { /** * Feature for {@link #getSystemAvailableFeatures} and - * {@link #hasSystemFeature(String, int)}: If this feature is supported, the Vulkan native API - * will enumerate at least one {@code VkPhysicalDevice}, and the feature version will indicate - * what level of optional compute features that device supports beyond the Vulkan 1.0 - * requirements. + * {@link #hasSystemFeature(String, int)}: If this feature is supported, the Vulkan + * implementation on this device is hardware accelerated, and the Vulkan native API will + * enumerate at least one {@code VkPhysicalDevice}, and the feature version will indicate what + * level of optional compute features that device supports beyond the Vulkan 1.0 requirements. *

* Compute level 0 indicates: *