Merge "Fix javadoc links to permissions" into sc-dev

This commit is contained in:
Linus Tufvesson
2021-03-08 09:06:47 +00:00
committed by Android (Google) Code Review

View File

@@ -3440,7 +3440,7 @@ public interface WindowManager extends ViewManager {
/**
* Specifies that the window should be considered a trusted system overlay. Trusted system
* overlays are ignored when considering whether windows are obscured during input
* dispatch. Requires the {@link android.Manifest.permission.INTERNAL_SYSTEM_WINDOW}
* dispatch. Requires the {@link android.Manifest.permission#INTERNAL_SYSTEM_WINDOW}
* permission.
*
* {@see android.view.MotionEvent#FLAG_WINDOW_IS_OBSCURED}
@@ -3472,7 +3472,7 @@ public interface WindowManager extends ViewManager {
* @see LayoutParams#setSystemApplicationOverlay(boolean)
*
* <p>Note: the owner of the window must hold
* {@link android.Manifest.permission.SYSTEM_APPLICATION_OVERLAY} for this to have any
* {@link android.Manifest.permission#SYSTEM_APPLICATION_OVERLAY} for this to have any
* effect.
* @hide
*/