update db name
This commit is contained in:
parent
b9f8d14487
commit
f0644a772b
2 changed files with 2 additions and 2 deletions
|
@ -879,7 +879,7 @@ public class MapActivityActions implements DialogProvider {
|
|||
}
|
||||
}).reg();
|
||||
|
||||
optionsMenuHelper.item(R.string.show_point_options)
|
||||
optionsMenuHelper.item(R.string.settings_activity)
|
||||
.icons(R.drawable.ic_action_settings_dark, R.drawable.ic_action_settings_light)
|
||||
.listen(new OnContextMenuClick() {
|
||||
@Override
|
||||
|
|
|
@ -15,7 +15,7 @@ public class DatabaseHelper {
|
|||
public static final int DOWNLOAD_ENTRY = 0;
|
||||
public static final int FAVORITES_ENTRY = 1;
|
||||
|
||||
private static final String DB_NAME = "download_history"; //$NON-NLS-1$
|
||||
private static final String DB_NAME = "usage_history"; //$NON-NLS-1$
|
||||
private static final int DB_VERSION = 1;
|
||||
|
||||
private static final String DOWNLOADS_TABLE_NAME = "downloads"; //$NON-NLS-1$
|
||||
|
|
Loading…
Reference in a new issue