/** * Window type: system window, such as low power alert. These windows * are always on top of application windows. * In multiuser systems shows only on the owning user‘s window. */
setWindowLayoutType(WindowManager.LayoutParams.TYPE_SYSTEM_ALERT);
时间: 2024-10-07 10:12:19