Skip to content
New issue

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

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

Already on GitHub? # to your account

Additional permissions required (API 19 - Kitkat) #9

Open
GoogleCodeExporter opened this issue Aug 19, 2015 · 0 comments
Open

Additional permissions required (API 19 - Kitkat) #9

GoogleCodeExporter opened this issue Aug 19, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Build and run wireme
2. Launch apk
3. Logcat reports ermissions required and server fails to start

What is the expected output? What do you see instead?

Server should start, but doesn't as it needs additional permissions. This is 
fixed by adding a permission to the manifest

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



What version of the product are you using? On what operating system?

trunk checkout. Linux (Ubuntu-13.04 64bit) on ARM emulator


Please provide any additional information below.

fixed with <uses-permission 
android:name="android.permission.READ_EXTERNAL_STORAGE" /> in manifest file.

Original issue reported on code.google.com by pscott...@gmail.com on 12 Mar 2014 at 7:24

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant