Merge "Remove @UnsupportedAppUsage from DreamService.setWindowless" into rvc-dev

This commit is contained in:
Galia Peycheva
2020-03-11 16:05:36 +00:00
committed by Android (Google) Code Review

View File

@@ -609,9 +609,7 @@ public class DreamService extends Service implements Window.Callback {
*
* @hide
*
* TODO: Remove @UnsupportedAppUsage.
*/
@UnsupportedAppUsage
public void setWindowless(boolean windowless) {
mWindowless = windowless;
}