aektapatel / apv

Automatically exported from code.google.com/p/apv
GNU General Public License v3.0
0 stars 0 forks source link

Android 4.4.x requires READ_EXTERNAL_STORAGE permission #150

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install on a device running 4.4.x Kit-kat (e.b. Nexus 5)
2. Try opening PDF file on the sd-card
3.

APV PDF viewer will fail to open PDF files on the sd-card

Tested with google play version: 0.4.0

Please add permission to AndroidManifest.xml:

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

Original issue reported on code.google.com by sdevic...@gmail.com on 17 Dec 2013 at 10:50

GoogleCodeExporter commented 9 years ago
Still reproducible in the most recent version. Any update on this?

Original comment by suokunl...@gmail.com on 12 Dec 2014 at 3:34