From f8bcf01a09fd7cb6b868453c280954ccefd05b1c Mon Sep 17 00:00:00 2001 From: Rubin Xu Date: Wed, 13 Apr 2022 13:47:13 +0100 Subject: [PATCH] devicepolicy: fix javadoc typo Fix: 229080555 Test: none Change-Id: I6ce2ed9a067d35436d107181fe732a5bd6b35583 --- core/java/android/app/admin/DevicePolicyManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/app/admin/DevicePolicyManager.java b/core/java/android/app/admin/DevicePolicyManager.java index 82e5ebf755c29..f923077fa26f7 100644 --- a/core/java/android/app/admin/DevicePolicyManager.java +++ b/core/java/android/app/admin/DevicePolicyManager.java @@ -2519,7 +2519,7 @@ public class DevicePolicyManager { * that has this delegation. If another app already had delegated security logging access, it * will lose the delegation when a new app is delegated. * - *

Can only be granted by Device Owner or Profile Owner of an organnization owned and + *

Can only be granted by Device Owner or Profile Owner of an organization-owned * managed profile. */ public static final String DELEGATION_SECURITY_LOGGING = "delegation-security-logging";