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?
Share
You can only change the call log application by building your own firmware.
The call log is exposed via the
CallLogcontent provider, though, so you can create your own billing-enhanced call log application, if you wish.