diff options
| author | 2024-09-12 19:07:59 +0000 | |
|---|---|---|
| committer | 2024-09-12 19:07:59 +0000 | |
| commit | b92453431e94647ccac43166727130ea7fd2046d (patch) | |
| tree | 75c79d1968c958bd6cd8012fddb4fffc831e02a4 | |
| parent | 94fa137de6a5c52fb2dcf1213b0df73549f9e3aa (diff) | |
| parent | c239d6b5cf8c8f7a5416c2d75014ed4b77f83a3a (diff) | |
Merge "Fix typo in DeviceAdminReceiver#onOperationSafetyStateChanged" into main
| -rw-r--r-- | core/java/android/app/admin/DeviceAdminReceiver.java | 2 |
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} |