We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a3a5ed commit 5c3b719Copy full SHA for 5c3b719
sample/src/standard/java/com/loopj/android/http/sample/SampleApplication.java
@@ -23,7 +23,7 @@ private void setStrictMode() {
23
StrictMode.setThreadPolicy(new StrictMode.ThreadPolicy.Builder()
24
.detectAll()
25
.penaltyLog()
26
- .penaltyDeath()
+ .permitDiskReads()
27
.build());
28
StrictMode.setVmPolicy(new StrictMode.VmPolicy.Builder()
29
0 commit comments