In my application, I access my sqlite database in the following hard-coded location in my code:
/ data / data / com.mydomain.appname / databases / database.db
If I enable copy protection on Market Place, will my application have access to this location?
Or I will have to change it to something like:
/ data-private / data / com.mydomain.appname / databases / database.db
(or something like that)
Since I only have a Dev phone, I have no way to check whether my application works, as a rule, after enabling copy protection.
Thanks!
[edit: this question has been rephrased for clarity]
source share