omegasoft7 / apv

Automatically exported from code.google.com/p/apv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android 4.4.x requires READ_EXTERNAL_STORAGE permission

GoogleCodeExporter opened this issue · comments

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

Still reproducible in the most recent version. Any update on this?

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