From 3f605d03a4b5f70de2677c1fc8bfac02a26e31c1 Mon Sep 17 00:00:00 2001 From: Florian Mayer Date: Wed, 11 Jan 2023 19:39:59 +0000 Subject: [PATCH] Add link to MTE docs to getMtePolicy doc Bug: 265117204 Change-Id: I52728f5f7ba0b4ac687f179dfd37f334a76f7c34 --- core/java/android/app/admin/DevicePolicyManager.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/java/android/app/admin/DevicePolicyManager.java b/core/java/android/app/admin/DevicePolicyManager.java index 1633073d7cc80..633d7030ab7e2 100644 --- a/core/java/android/app/admin/DevicePolicyManager.java +++ b/core/java/android/app/admin/DevicePolicyManager.java @@ -3963,6 +3963,9 @@ public class DevicePolicyManager { * Called by a device owner, a profile owner of an organization-owned device or the system to * get the Memory Tagging Extension (MTE) policy * + * + * Learn more about MTE + * * @throws SecurityException if caller is not device owner or profile owner of org-owned device * or system uid, or if called on a parent instance * @return the currently set MTE policy