ReActiveAndroid icon indicating copy to clipboard operation
ReActiveAndroid copied to clipboard

how to get database path ? i want save .db file

Open lucazin opened this issue 6 years ago • 0 comments

how to get database path ? i want save .db file in my android app. but im using this

final String inFileName = activity.getDatabasePath("classname").toString();

is returning empty.

can u help me?

lucazin avatar Jul 01 '19 12:07 lucazin