From 39ceeb5472d920a6d5f6ddc1effdb9c4fedda4dd Mon Sep 17 00:00:00 2001 From: Jesse Hall Date: Thu, 10 Mar 2016 09:04:26 -0800 Subject: [PATCH] Refer to hasSystemFeature(String, int) in Vulkan feature docs Bug: 27531286 Change-Id: Ifb32ae519fc8118923d6216e1d574cbbf83dfd23 --- core/java/android/content/pm/PackageManager.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/java/android/content/pm/PackageManager.java b/core/java/android/content/pm/PackageManager.java index 0dc856c5da4f7..f80f36292f556 100644 --- a/core/java/android/content/pm/PackageManager.java +++ b/core/java/android/content/pm/PackageManager.java @@ -1596,9 +1596,9 @@ public abstract class PackageManager { /** * Feature for {@link #getSystemAvailableFeatures} and - * {@link #hasSystemFeature}: 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 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: *

@@ -1623,7 +1623,7 @@ public abstract class PackageManager { /** * Feature for {@link #getSystemAvailableFeatures} and - * {@link #hasSystemFeature}: The version of this feature indicates the highest + * {@link #hasSystemFeature(String, int)}: The version of this feature indicates the highest * {@code VkPhysicalDeviceProperties::apiVersion} supported by the physical devices that support * the hardware level indicated by {@link #FEATURE_VULKAN_HARDWARE_LEVEL}. The feature version * uses the same encoding as Vulkan version numbers: