Created
October 27, 2019 11:09
-
-
Save julioz/e96780efb0a79fa20a8690f36ced13c6 to your computer and use it in GitHub Desktop.
uses-permissions for audio capture
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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