[android-developers] Android shows an error No Activity found to handle Intent

2017-01-19 Thread Fazil T.M
I am developing an android app for calling a number. I am using FrameLayout instead of activity. When i using this code Uri number = Uri.parse("tel:123456789"); Intent callIntent = new Intent(Intent.ACTION_CALL_BUTTON); callIntent.setData(number);

[android-developers] How to develop a browser that recognize telephone numbers like skype click to call.

2016-08-13 Thread Fazil T.M
I want to develop an android app like browser for detecting or recognizing telephone numbers in web page. The feature is same like skype click to call. How it is possible? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe