문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top