Skip to content
Snippets Groups Projects
Commit 7d0ce3d6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix targetSDK javadoc." am: 30d69667 am: 89f12772 am: b4e94179

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1737108

Change-Id: Id776441974e4f1fe4a0f7ca96988b77ce2a0f833
parents 0799588c b4e94179
No related branches found
No related tags found
No related merge requests found
......@@ -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.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment