How to make my own custom dialer in an Android phone

后端 未结 3 1710
别跟我提以往
别跟我提以往 2020-11-29 07:43

In my application I add an intent so that the user can call:

str=\"tel:\"+phoneArray[11];  
Intent intent = new Intent(Intent.ACTION_CALL);
intent.setData(U         


        
3条回答
  •  温柔的废话
    2020-11-29 08:38

    You can place an overlay over the actual phone call when it shows up. There are loads of phone skin apps like this

提交回复
热议问题