exported must be set to true
authortobiasKaminsky <tobias@kaminsky.me>
Mon, 2 Nov 2015 09:24:01 +0000 (10:24 +0100)
committertobiasKaminsky <tobias@kaminsky.me>
Mon, 2 Nov 2015 09:24:01 +0000 (10:24 +0100)
AndroidManifest.xml

index 15db3df..1f06b3e 100644 (file)
 
         <provider
             android:name=".ui.adapter.DiskLruImageCacheFileProvider"
 
         <provider
             android:name=".ui.adapter.DiskLruImageCacheFileProvider"
-            android:authorities="com.owncloud.imageCache.provider">
+            android:authorities="com.owncloud.imageCache.provider"
+            android:exported="true">
         </provider>
 
         <activity
         </provider>
 
         <activity