call - Get number as dialed in the native dialer of android -


Can I get the number entered in the user's dialer on the run? I enter programmatically in the original dialer, so I want to get points one by one?

I got the answer. You can not get key events from the original dialer because it will create a serious security problem and the dialer can easily spy.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

c# - Add Image in a stackpanel based on textbox input -

java - Reaching JTextField in a DocumentListener -