xebia-functional / appsly-android-rest

An Android client library for RESTful based web services.
209 stars 51 forks source link

Required permissions #37

Open johnjohndoe opened 10 years ago

johnjohndoe commented 10 years ago

Can you please update the documentation whereever specific permissions are required .. The cache needs the following I guess.

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
raulraja commented 10 years ago

@johnjohndoe We no longer use the external storage. What version of the library are you running? We changed it to only use http://developer.android.com/reference/android/content/Context.html#getCacheDir() which is the internal storage. AFAIK it does not require those permissions but I may be missing something. Do you have a stacktrace or something? thanks