Android 5.0 incoming call does not invoke Activity.onPause() call any more? -
i have app has code handle incoming call part of function. depends on fact incoming calls invoke activity.onpause(). however, on samsung s6 android v5.0.2, incoming call event not seem call method anymore.
have missed anything? if not, there work around?
i've tested android 5.1, , incoming call not invoke onpause. call answered, onpause being invoked.
what don't understand why onstop not being called, if activity not visible when call answered.
Comments
Post a Comment