Skip to content

Instantly share code, notes, and snippets.

@julioz
Created October 27, 2019 11:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save julioz/e96780efb0a79fa20a8690f36ced13c6 to your computer and use it in GitHub Desktop.
Save julioz/e96780efb0a79fa20a8690f36ced13c6 to your computer and use it in GitHub Desktop.
uses-permissions for audio capture
<manifest>
...
<uses-permission android:name="android.permission.RECORD_AUDIO />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
...
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment