jenzz / RxAppState

[DEPRECATED] A simple Android library that monitors app state changes (background / foreground).
MIT License
195 stars 20 forks source link

when i start other app the front app is also in Foreground #17

Closed wangchengyan closed 6 years ago

wangchengyan commented 7 years ago

when i start other app the front app is also in Foreground Unless the other app goto next Activity why ? please help me !!

jenzz commented 7 years ago

I don't understand the problem. What do you mean by "the front app is also in foreground"?

wangchengyan commented 7 years ago

sorry my english is very bad ! A app launch B app
if B in MainActivity A is also in the foreground unless B go to another activity ,when B back to MainActivity A in the foreground again

jenzz commented 7 years ago

@wangchengyan, can you provide a sample app that reproduces this issue?

jenzz commented 6 years ago

Closing this issue. Please re-open if you can provide steps to reproduce.