Fixed the XMLAdapters example
Provider package name was incorrect, resulting in a crash at startup Also added static to the cache http://stackoverflow.com/questions/10135261/possible-bug-in-android-imagedownloader-class-shardbitmapcache-not-static-when Change-Id: I833589645f053be52fbc11aec89dd02b6f2f2787
This commit is contained in:
@@ -59,7 +59,7 @@ import java.util.regex.Pattern;
|
||||
* <p>To add this provider in your application, you should add its declaration to your application
|
||||
* manifest:
|
||||
* <pre class="prettyprint">
|
||||
* <provider android:name="android.content.XmlDocumentProvider" android:authorities="xmldocument" />
|
||||
* <provider android:name="XmlDocumentProvider" android:authorities="xmldocument" />
|
||||
* </pre>
|
||||
* </p>
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user