mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-02-14 18:40:46 +01:00
do not allow creating WhatsApp contacts with this app, it doesnt work that way
This commit is contained in:
parent
e5d1043962
commit
307c168eee
@ -64,7 +64,8 @@ fun SimpleActivity.showContactSourcePicker(currentSource: String, callback: (new
|
|||||||
ContactsHelper(this).getContactSources {
|
ContactsHelper(this).getContactSources {
|
||||||
val ignoredTypes = arrayListOf(
|
val ignoredTypes = arrayListOf(
|
||||||
"org.thoughtcrime.securesms", // Signal
|
"org.thoughtcrime.securesms", // Signal
|
||||||
"org.telegram.messenger" // Telegram
|
"org.telegram.messenger", // Telegram
|
||||||
|
"com.whatsapp" // WhatsApp
|
||||||
)
|
)
|
||||||
|
|
||||||
val items = ArrayList<RadioItem>()
|
val items = ArrayList<RadioItem>()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user