summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-01-03 16:36:17 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-01-03 16:36:17 +0000
commit1315a6992d82cc62a368c0bcc38f10d6b3681389 (patch)
tree431a0d7a6539408f9739abe3e5ede826c499810b
parent7128a025ceb2bab1409953cdb01d1858979b5ebd (diff)
parent1d115c65445f462caafb294ddc55481903fd37f7 (diff)
Merge "Fix typo in documentation" into main
-rw-r--r--core/java/android/app/admin/DevicePolicyManager.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/app/admin/DevicePolicyManager.java b/core/java/android/app/admin/DevicePolicyManager.java
index 4a6349b1b02f..5c42b0ed975a 100644
--- a/core/java/android/app/admin/DevicePolicyManager.java
+++ b/core/java/android/app/admin/DevicePolicyManager.java
@@ -2598,8 +2598,8 @@ public class DevicePolicyManager {
* There can be at most one app that has this delegation.
* If another app already had delegated certificate selection access,
* it will lose the delegation when a new app is delegated.
- * <p> The delegaetd app can also call {@link #grantKeyPairToApp} and
- * {@link #revokeKeyPairFromApp} to directly grant KeyCain keys to other apps.
+ * <p> The delegated app can also call {@link #grantKeyPairToApp} and
+ * {@link #revokeKeyPairFromApp} to directly grant KeyChain keys to other apps.
* <p> Can be granted by Device Owner or Profile Owner.
*/
public static final String DELEGATION_CERT_SELECTION = "delegation-cert-selection";