diff options
| author | 2021-06-18 16:52:05 +0000 | |
|---|---|---|
| committer | 2021-06-18 16:52:05 +0000 | |
| commit | 30d69667a2e620bf769f656803d1cf076706caf0 (patch) | |
| tree | c26403c0127e787de0cc258eda1245503275d009 | |
| parent | 3548ce36cb5e583e62fe8472f2d67d5959d0b8c0 (diff) | |
| parent | d3da0bc7c13eda11e75a83c8138edb8222fd6c5b (diff) | |
Merge "Fix targetSDK javadoc."
| -rw-r--r-- | services/core/java/com/android/server/pm/SELinuxMMAC.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/services/core/java/com/android/server/pm/SELinuxMMAC.java b/services/core/java/com/android/server/pm/SELinuxMMAC.java index b72da23d6717..4ba73688fa80 100644 --- a/services/core/java/com/android/server/pm/SELinuxMMAC.java +++ b/services/core/java/com/android/server/pm/SELinuxMMAC.java @@ -79,7 +79,7 @@ public final class SELinuxMMAC { /** * Allows opt-in to the latest targetSdkVersion enforced changes without changing target SDK. - * Turning this change off for an app targeting >= the latest SDK is a no-op. + * Turning this change off for an app targeting the latest SDK or higher is a no-op. * * <p>Has no effect for apps using shared user id. * @@ -92,7 +92,7 @@ public final class SELinuxMMAC { /** * This change gates apps access to untrusted_app_R-targetSDK SELinux domain. Allows opt-in * to R targetSdkVersion enforced changes without changing target SDK. Turning this change - * off for an app targeting >= S is a no-op. + * off for an app targeting {@code >= android.os.Build.VERSION_CODES.R} is a no-op. * * <p>Has no effect for apps using shared user id. * |