create a table for storing local contacts

This commit is contained in:
tibbi
2018-02-11 18:38:30 +01:00
parent 8e207414ef
commit a631a53db6
5 changed files with 50 additions and 1 deletions

View File

@ -372,7 +372,8 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
}
private fun launchAbout() {
startAboutActivity(R.string.app_name, LICENSE_KOTLIN or LICENSE_MULTISELECT or LICENSE_JODA or LICENSE_GLIDE, BuildConfig.VERSION_NAME)
startAboutActivity(R.string.app_name, LICENSE_KOTLIN or LICENSE_MULTISELECT or LICENSE_JODA or LICENSE_GLIDE or LICENSE_GSON or LICENSE_STETHO,
BuildConfig.VERSION_NAME)
}
override fun refreshContacts() {