diff options
author | 2025-03-05 05:46:33 -0800 | |
---|---|---|
committer | 2025-03-05 05:46:33 -0800 | |
commit | 553d60196e1ec2d71f5ae45815cb552dd426e224 (patch) | |
tree | 21dc36f62117721035500f4077f2cb1858f10114 | |
parent | d9703505d512ed0e29b498147e5da30d07f010b8 (diff) | |
parent | 8e02eba964f09436338aeebb531aa5f49c3854ea (diff) |
Merge "Document when isKeyPairGrantedToWifiAuth throws IAE" into main
-rw-r--r-- | core/java/android/app/admin/DevicePolicyManager.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/app/admin/DevicePolicyManager.java b/core/java/android/app/admin/DevicePolicyManager.java index 5359ba44a3d2..73de1b67dc66 100644 --- a/core/java/android/app/admin/DevicePolicyManager.java +++ b/core/java/android/app/admin/DevicePolicyManager.java @@ -8269,6 +8269,7 @@ public class DevicePolicyManager { * * @throws SecurityException if the caller is not a device owner, a profile owner or * delegated certificate chooser. + * @throws IllegalArgumentException if {@code alias} does not correspond to an existing key * @see #grantKeyPairToWifiAuth */ public boolean isKeyPairGrantedToWifiAuth(@NonNull String alias) { |