ATimeTracker
ATimeTracker copied to clipboard
Question: where is ATimeTracker data on my android?
and please note the default data location in docs, thanks
The data is stored in the application's SQLite database called "timetracker.db". See Activities.java:187:
private static final String DB_FILE = "/data/data/com.markuspage.android.atimetracker/databases/timetracker.db";
Not sure if this answers the question and what you want to have in the docs?