mirror of
https://github.com/mauiaaron/apple2.git
synced 2026-04-24 06:23:24 +00:00
Remove > API 19 method call
This commit is contained in:
@@ -157,7 +157,7 @@ public class Apple2Activity extends Activity {
|
||||
.build());
|
||||
StrictMode.setVmPolicy(new StrictMode.VmPolicy.Builder()
|
||||
.detectLeakedSqlLiteObjects()
|
||||
.detectLeakedClosableObjects()
|
||||
/*.detectLeakedClosableObjects()*/
|
||||
.penaltyLog()
|
||||
.penaltyDeath()
|
||||
.build());
|
||||
|
||||
Reference in New Issue
Block a user