Merge "Fix javadoc links to permissions" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
4d67c4060f
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user