Regd : Support Of Answer Call In Android Nougat
I want to implement Answer call functionality in Android Nougat. The answer call is not supported in Google Nexus 5x. We tried using the code Runtime.getRuntime().exec('input keyev
Solution 1:
There is a security patch that is added as an update on many devices above 5.0 from November 2016 onwards, after updating the devices with this November or later updates, will stop this Runtime method to work.
Post a Comment for "Regd : Support Of Answer Call In Android Nougat"