'텍스트 통화' 기능 관련 질문

‘텍스트 통화’ 로 통화한 내역을 별도의 프로그램으로 관리하고 싶습니다.

서드파티 앱에서 해당 내역을 가져올 수 있는 API 가 제공되는지, 혹은 DB 접근이 어떻게 가능할지 문의드립니다.

=======================================================

I would like to manage my ‘text call’ call history in a separate program.

I would like to inquire whether an API is provided to retrieve the relevant information from a third-party app, or how DB access is possible.

Hello. As far as I am aware, Android is very strict about allowing call logs access for third party application. However, it should be possible should you manage to meet the play store’s requirements.

Please read up on querying the call logs from the Android documentation. https://developer.android.com/reference/android/provider/CallLog.Calls

Please also check the permission requirements for checking call logs: https://developer.android.com/reference/android/Manifest.permission#READ_CALL_LOG

안녕하세요. 제가 질문드린 사항은 'CALL_LOG’에 대한 접근이 아닙니다. 갤럭시 폰에서 제공하는 ‘텍스트 통화’ 기능으로 생성된 대화 내용을 타사 앱에서 호출하기 위해 접근하는 것을 질문드렸습니다. 해당 내용은 통화 녹음과 같은 파일이 아닌 휴대폰 내부 데이터베이스에 저장되는 것으로 보입니다.

=============================================

Hello, I was not asking about access to ‘CALL_LOG’. I am referring to access by third-party apps to call content messages created with the ‘Text Call’ function provided by Galaxy phones. The content appears to be stored in the phone’s internal database rather than as a file like call recordings.