My app has voip functionality and works fine on an emulator. But when I usb debug on a real device I get the MissingPermissionException
for recording audio.
I have the line:
<uses-permission android:name="android.permission.RECORD_AUDIO" />
in my manifest file. Is there something else I need to do to give permission to my app?
By the way, I also use internet and internet permission is working fine (App is able to access internet)
<uses-permission android:name="android.permission.INTERNET" />
The device android version is 6.0.1.