Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b55e3de5 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add warning for a known issue in a newly added API" into sc-qpr1-dev...

Merge "Add warning for a known issue in a newly added API" into sc-qpr1-dev am: 697c7a81 am: 6f246f6f am: 9118763b

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

Change-Id: I8e55154874d77c6789fb1d9644026ed2ee1afd4b
parents 57ad7d03 9118763b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -6040,6 +6040,10 @@ public abstract class Context {
     * more general access to the URI's content provider then this check will
     * always fail.
     *
     * <strong>Note:</strong> On SDK Version {@link android.os.Build.VERSION_CODES#S},
     * calling this method from a secondary-user's context will incorrectly return
     * {@link PackageManager#PERMISSION_DENIED} for all {code uris}.
     *
     * @param uris The list of URIs that is being checked.
     * @param pid The process ID being checked against.  Must be &gt; 0.
     * @param uid The user ID being checked against.  A uid of 0 is the root