Merge "Correct permission name in javadoc" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
21f461675b
@@ -5499,7 +5499,7 @@ class DisplayContent extends RootDisplayArea implements WindowManagerPolicy.Disp
|
||||
* display, which set unrestricted keep-clear areas.
|
||||
*
|
||||
* 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) {
|
||||
final Matrix tmpMatrix = new Matrix();
|
||||
|
||||
Reference in New Issue
Block a user