tags:

views:

38

answers:

1

permission failure :android.permission.RECORD_AUDIO from uid =10053 pid =1499

why is this error happening eventhough i added

'uses-permission android:name="android.permission.RECORD_AUDIO" ',android.permission.CAMERA

+1  A: 

Your syntax appears to be wrong. For example, there are no commas anywhere in the <uses-permission> element. Put each permission in a separate <uses-permission> element.

CommonsWare
while writing i just done like thatin app both are different like u mentioned
evan