1

I am working on a payment application. I want to add an option "pay to phone_number" in contact info of every contact like whatsapp as shown in the picture

enter image description here

In picture there is app icon along with "Message phone_number" similarly i want to show my app icon and then "pay to phone_number".

After some research i know that i have to add my application to account manager. But couldn't get how to specify the message i want to show after app icon and intent that i want to open.

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115
Henu
  • 1,622
  • 2
  • 22
  • 27
  • i'm sorry, still not understanding your question. You want to open the app in the page when the app starts? – Tomás Rodrigues Oct 18 '17 at 09:08
  • I want to open payment activity in my app, when user selects the option "pay to phone_number" from any contact. – Henu Oct 18 '17 at 09:11
  • by "any contact" you mean using the default contact app from the device? – Tomás Rodrigues Oct 18 '17 at 09:14
  • yes, any contact in the default contact app of android. If you already have whatsapp installed in your device, Tap on any contact in contact application it will take you to a detailed view screen with options as shown in attached picture. – Henu Oct 18 '17 at 09:17

1 Answers1

1

Edit: Sorry, I understood the question now. Never tried that, but check this pages, see if it helps ;)

How to add whatsapp like options to contact whenever the is a new contact added to Contacts Display the app icon if the contact is associated with the application in phone address book

Tomás Rodrigues
  • 519
  • 2
  • 17