roscopeco / ormdroid

ORMDroid is a simple ORM persistence framework for your Android applications.
http://roscopeco.github.io/ormdroid/
Apache License 2.0
86 stars 24 forks source link

Update ORMDroidApplication for DEBUG purpose #31

Closed ChristopheCVB closed 10 years ago

ChristopheCVB commented 10 years ago

Create a WORLD_READABLE DataBase file when BuildConfig.DEBUG == true to be able to adb pull /data/data/PACKAGE_NAME/databases/DATABASE_NAME and check with a SQLite Viewer

ChristopheCVB commented 10 years ago

This PR is contained in #32