8000 GitHub - oufm/contact-api: Broadcast receiver to add/delete contacts.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

oufm/contact-api

Repository files navigation

contact-api is used to add/delete a contact with comandline for Android.

Setup

Install the app and grant WRITE_CONTACTS READ_CONTACTS and Autostart permission.

Usage

Add a contact:

am broadcast -n com.oufme.contact_api/.ContactReceiver -e operation add -e name "Kitty" -e number "1234567890"

Delete a contact:

am broadcast -n com.oufme.contact_api/.ContactReceiver -e operation remove -e name "Kitty"

About

Broadcast receiver to add/delete contacts.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

0