简体   繁体   中英

How to get last call in Android Delphi XE7

How I can get last call (it't doesnt matter lost or recieved) in Android Delphi XE7?

I know about

CallLog.Calls.getLastOutgoingCall..

... in Java. But what about Delphi ?

您可以像这样在delphi JCallLog_CallsClass中使用:

TJCallLog_Calls.JavaClass.getLastOutgoingCall(...);

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM