I will explain the situation first. We know we can send the contacts in our phone via bluetooth to other devices. Usually they will be sent as “.contact” files. In windows these files will be saved in c:/users/userName/contacts folder. In my Java program (which runs in PC), I would like to read these files. Is there any specific library to read these files? Specially libraries which are not outdated for decades? Please help!
Share
Okay, rephrasing comments as an answer, as requested.
The .contact file you’re seeing is most likely Microsoft specific, and you should look for some other format, such as vCard instead! You might also find the bluetooth software at bluecove.org interesting.