Victor Haydin
Victor Haydin

Reputation: 3548

Custom actions in phone call log

Is there possibility to add some custom actions to Android phone calls log? For example, user is entering to phone calls log, make long tap on some item and standard context menu appears. I need to add item like "bill call" to this context menu. Is this possible?

Upvotes: 1

Views: 1090

Answers (1)

CommonsWare
CommonsWare

Reputation: 1006604

You can only change the call log application by building your own firmware.

The call log is exposed via the CallLog content provider, though, so you can create your own billing-enhanced call log application, if you wish.

Upvotes: 5

Related Questions