netmackan / ATimeTracker

Open Source Time Tracker for Android
GNU General Public License v2.0
120 stars 56 forks source link

Question: where is ATimeTracker data on my android? #65

Open linuxcaffe opened 7 years ago

linuxcaffe commented 7 years ago

and please note the default data location in docs, thanks

netmackan commented 5 years ago

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?