summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Pietro Maggi <pmaggi@google.com> 2024-09-12 19:07:59 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-09-12 19:07:59 +0000
commitb92453431e94647ccac43166727130ea7fd2046d (patch)
tree75c79d1968c958bd6cd8012fddb4fffc831e02a4
parent94fa137de6a5c52fb2dcf1213b0df73549f9e3aa (diff)
parentc239d6b5cf8c8f7a5416c2d75014ed4b77f83a3a (diff)
Merge "Fix typo in DeviceAdminReceiver#onOperationSafetyStateChanged" into main
-rw-r--r--core/java/android/app/admin/DeviceAdminReceiver.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/admin/DeviceAdminReceiver.java b/core/java/android/app/admin/DeviceAdminReceiver.java
index c7b0be7553c2..46567c440111 100644
--- a/core/java/android/app/admin/DeviceAdminReceiver.java
+++ b/core/java/android/app/admin/DeviceAdminReceiver.java
@@ -1107,7 +1107,7 @@ public class DeviceAdminReceiver extends BroadcastReceiver {
/**
* Called to notify the state of operations that can be unsafe to execute has changed.
*
- * <p><b>Note:/b> notice that the operation safety state might change between the time this
+ * <p><b>Note:</b> notice that the operation safety state might change between the time this
* callback is received and the operation's method on {@link DevicePolicyManager} is called, so
* calls to the latter could still throw a {@link UnsafeStateException} even when this method
* is called with {@code isSafe} as {@code true}