Orr
Orr

Reputation: 4840

Call Android Intent.ACTION_INSERT from Chrome web page

It's possible to invoke Android intents from Chrome web page

Is it possible to invoke the Contacts ACTION_INSERT Intent ? If so , can someone provide an example for it?

Thanks

Upvotes: 1

Views: 179

Answers (1)

Mimmo Grottoli
Mimmo Grottoli

Reputation: 5773

The answer is yes and no. You can send Intent from Chrome to apps. See this link, it's easy. No, the app that receives the intent must be properly configured to handle the intent, and I believe that the contact app cannot handle the 'add' contact intent.

Upvotes: 1

Related Questions