From one year, I have been working over IOT product and the application attached was working fine. Now I am not able to accept call programmatically in higher versions of android. Feature is very important to product. Any help is highly appreciated.
Before security patch update November 2016, Runtime.getRunTime.exec("Command")
was working fine to accept call programmatically.
Runtime.getRuntime().exec("input keyevent " +Integer.toString(KeyEvent.KEYCODE_HEADSETHOOK));
How to make it possible in Nougat version of android.
Looking for any sort of hack.
I have opened a thread for the enhancements.
Note* If any one of you is facing same issue, then please request to Android Dev Team
to get in it and provide provision to get run-time permission by user. Follow above mention URL to request.
For answering a call using a button, set a flag whenever an incoming call is detected:
Now, create a list in your NSLogService class,
and in your onNotificationPosted() add StatusBarNotification to a list,
In your HomeScreen, on Button click, call
performNotificationOperation(NLService.getAllNotifications());
here is a definition for this method: