Call
The Call object contains data about an outgoing phone call. The object is used only in results of Android app analysis.
Structure
Key
Type
Description
type
string
Always call.
number
Phone number the call was made to.
Example
{
"type": "call",
"number": "667206"
}