Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
仅当 onPause 后面没有 onStop 时,我才必须在 onPause 中设置一个标志。例如,当我的活动不在前面但部分可见时。我该怎么做?
当 onPause 被调用时,这意味着您的 Activity 已部分可见。我想,你现在无法知道以后会发生什么,因为人们通常无法知道未来。