Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Insufficient Permissions #10

Closed
thecodingwizard opened this issue Jun 27, 2015 · 1 comment
Closed

Insufficient Permissions #10

thecodingwizard opened this issue Jun 27, 2015 · 1 comment

Comments

@thecodingwizard
Copy link

With the standard two INTERNET and RECORD_AUDIO permissions, it throws an Insufficient Permissions error. You must add the ACCESS_NETWORK_STATE permission for it to work.

@xVir
Copy link
Contributor

xVir commented Jun 30, 2015

Hi, @thecodingwizard,
Do you have any problems with permissions in your app?
In our sample app we have the following permissions (AndroidManifest):

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.RECORD_AUDIO" />

<!-- this permission for dev purposes only -->
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

<!-- this permissions for Bluetooth support -->
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BROADCAST_STICKY" />
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />

So, we use only two permissions.

Could you please check if our SDK sample app works on your device?

Thanks.

@xVir xVir closed this as completed Aug 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants