I have an app that has code to handle incoming call as part of its function. It depends on the fact that incoming calls will invoke Activity.onPause(). However, on Samsung S6 with Android v5.0.2, incoming call event does not seem to call that method anymore.
Have I missed anything? If not, is there a work around?