在切换到图片窗口中的图片时,有没有办法避免活动重新创建?
基本上我称之为:
@Override
protected void onUserLeaveHint() {
if (Build.VERSION.SDK_INT > 24 && isInFullscreen) {
MainActivity.this.enterPictureInPictureMode();
}
super.onUserLeaveHint();
}
活动总是重新加载,导致更长的等待时间。
答案 0 :(得分:2)
从文档中 - 将其添加到清单中的活动:
export class AccountDataSource extends MatTableDataSource<any>
有关详细信息,请参阅https://developer.android.com/guide/topics/ui/picture-in-picture.html