android_dialer_replacement icon indicating copy to clipboard operation
android_dialer_replacement copied to clipboard

Android dialer replacement sample app

Results 5 android_dialer_replacement issues
Sort by recently updated
recently updated
newest added

How to turn the speaker on and off like outspeaker

I managed to write a code to replace default phone app as explained in this repository. It is working only when screen is turned on. If screen is turned off,...

I am trying to compile your app with fresh android studio installation. First I need to update kotlin to 1.3.21 and then I need to change the link from jre...

I have read the complete article. I followed it an created an app. The main issue I'm facing is that when app is destroyed the InCallService doesn't launch the CallActivity...