Remove > API 19 method call

This commit is contained in:
Aaron Culliney
2015-06-27 13:12:09 -07:00
parent a72d6db296
commit 9631e1e039
@@ -157,7 +157,7 @@ public class Apple2Activity extends Activity {
.build());
StrictMode.setVmPolicy(new StrictMode.VmPolicy.Builder()
.detectLeakedSqlLiteObjects()
.detectLeakedClosableObjects()
/*.detectLeakedClosableObjects()*/
.penaltyLog()
.penaltyDeath()
.build());