how to get database path ? i want save .db file
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?
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?