How can I get my whatsapp number?

≯℡__Kan透↙ 提交于 2019-12-06 11:07:11
ppyyxx

Follow these steps:

  1. You need the rawcontact id of WhatsApp of that contact.
  2. Query ContactsContract.Data table with mimetype = "vnd.android.cursor.item/vnd.com.whatsapp.profile" with that rawcontact id.
  3. The DATA3 column is the number of WhatsApp.

WhatsApp have updated their process, and they no longer create the account using the phone number as the account name, which is the trick this code relied upon.

I do not believe there is any way to now get hold of the WhatsApp phone number from outside the WhatsApp app.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!