raghu1082 / wireme

Automatically exported from code.google.com/p/wireme
0 stars 0 forks source link

Additional permissions required (API 19 - Kitkat) #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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