OnPause() different behaviors with 8 oreo and 7 nougat

吃可爱长大的小学妹 提交于 2019-12-24 08:52:53

问题


I am trying to enable view when onPause is called by

AppSwitcherFrame.Visibility = ViewStates.Visible;

and when I enter task manager in the android 8, 8.1 it gets visible and everything works as intended.

However, when I am testing it with 7.1 nougat or kitkat then AppSwitcherFrame just blinks and dissapears, in task manager my frame is not visible.

Do you have any solutions?

来源:https://stackoverflow.com/questions/51285368/onpause-different-behaviors-with-8-oreo-and-7-nougat

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!