Android app copy protection and data files
- by Ben Mc
I'm going to rephrase this question. As it turns out the original answer wasn't definitive and problems were found.
=======================================================================
In my app, I access my sqlite database at the following hard-coded location in my code:
/data/data/com.mydomain.appname/databases/database.db
If I turn ON copy protection in the Market Place, will my app still have access to this location?
Or will I have to change it to something like:
*/data-private/*data/com.mydomain.appname/databases/database.db
(or something like this)
Since I have a Dev phone only, I have no way of testing to see if my app still functions normally after turning on copy protection.
Thank you!