Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

android-phone-call

Android Recording Incoming and Outgoing Calls

August 3, 2023 by Tarik

First off, you have to be careful with recording calls as there are legal requirements depending on the country. Here is a blog post on how to record audio using the MediaRecorder. I haven’t tried recording phone call’s but there is a option in MediaRecorder AudioSource for: VOICE_CALL – Voice call uplink + downlink audio … Read more

Categories android Tags android, android-phone-call, call-recording Leave a comment

How to make a phone call using intent in Android?

September 23, 2022 by Tarik

You can use Intent.ACTION_DIAL instead of Intent.ACTION_CALL. This shows the dialer with the number already entered, but allows the user to decide whether to actually make the call or not. ACTION_DIAL does not require the CALL_PHONE permission.

Categories android Tags android, android-implicit-intent, android-intent, android-phone-call, phone-call Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa