In an app that I developed, it requires the mic permission of the user. I've added the RECORD_AUDIO permissions in the Manifest file. Will that result in the permissions prompt to pop up at run time or is there anything else I need to do like add the getPermissionToRecordAudio() and onRequestPermissionsResult() code to MainActivity.java , etc? If so, where is the MainActivity.java in the Processing sketch documents? Do I have to use Android Studio for that? Pl let me know. Thanks.
↧