[automerge] Correct permission name in javadoc 2p: 52a698ce4c

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

Change-Id: Ie3e09df88f218938b998078db4220a6d070d6e23
This commit is contained in:
Robert Horvath
2022-02-18 13:11:17 +00:00
committed by Presubmit Automerger Backend

View File

@@ -5499,7 +5499,7 @@ class DisplayContent extends RootDisplayArea implements WindowManagerPolicy.Disp
* display, which set unrestricted keep-clear areas. * display, which set unrestricted keep-clear areas.
* *
* For context on restricted vs unrestricted keep-clear areas, see * For context on restricted vs unrestricted keep-clear areas, see
* {@link android.Manifest.permission.USE_UNRESTRICTED_KEEP_CLEAR_AREAS}. * {@link android.Manifest.permission.SET_UNRESTRICTED_KEEP_CLEAR_AREAS}.
*/ */
void getKeepClearAreas(List<Rect> outRestricted, List<Rect> outUnrestricted) { void getKeepClearAreas(List<Rect> outRestricted, List<Rect> outUnrestricted) {
final Matrix tmpMatrix = new Matrix(); final Matrix tmpMatrix = new Matrix();