About 428,000 results
Open links in new tab
  1. Unable to request RECORD_AUDIO permission in Android

    I am developing an Android application that has its own video recorder feature. For that I need to request RECORD_AUDIO permission from the user. But when I request the permission, it is not …

  2. android - Record Audio Permission is not displayed in my Application …

    Feb 13, 2018 · On Starting of Application. Storage Permission is shown but Audio Record Permission is not shown. Not displayed even in Application -> Permission. Please help me regarding this issue.

  3. Audio recording in Android (with kotlin) - Stack Overflow

    Aug 30, 2022 · 2 I am working on a trial app to do audio recording in Android (with kotlin). Here is the problem I currently hit on the way. In the following code:

  4. Android Studio warning "Missing permissions required by AudioRecord ...

    May 16, 2022 · The Android Studio always gives the warning "Missing permissions required by AudioRecord.AudioRecord: android.permission.RECORD_AUDIO" The AndroidManifest.xml already …

  5. how to record .wav format file in android - Stack Overflow

    Mar 9, 2011 · I would like to record .wav files using android. is there any way to do this?

  6. What's the point of a foreground service to record audio in Android 11 ...

    Jun 29, 2021 · If android:foregroundServiceType="microphone" is set in the foreground service declaration, you can record audio while non activity is in foreground but only the foreground service …

  7. How to Record Voice in android? - Stack Overflow

    28 Refer to the Android Audio Capture documentation for recording audio and playing back the recorded audio.

  8. How to record audio file in Android - Stack Overflow

    Apr 17, 2011 · I am working in android. How can I record an audio file through microphone, and how can I save the recorded file in the emulator?

  9. How to record internal audio on Android devices or record …

    You can also constrain the capture by AUDIO_USAGE or a UID, see: Constraining capture by audio content I highly recommend that you check out the Android Dev Guide. Limitations 09/01/2020 …

  10. android - Ask user permission to record audio, read phone state and ...

    Jan 17, 2021 · Ask user permission to record audio, read phone state and foreground service? Asked 4 years, 11 months ago Modified 1 year, 11 months ago Viewed 3k times