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!
[edit: this question was rephrased for clarity]