- added possibility to export/import contacts from Download folder

- requires WRITE_EXTERNAL_STORAGE permission
This commit is contained in:
Juha Heinanen
2018-12-03 08:55:29 +02:00
parent d535126d65
commit 3bc93e5dd2
7 changed files with 48 additions and 17 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
<EditText
android:id="@+id/Name"
android:layout_height="wrap_content"
android:inputType="textPersonName"
android:inputType="textPersonName|textCapWords"
android:textSize="18sp"
android:layout_width="fill_parent">
</EditText>