Is it possible to make call without opening calling Activity (i.e. Intent.ACTION_CALL
) ?
I don't want to show any UI while calling. It just like making hidden call.
Searched a lot for this. But I am not getting proper answer for this.
Is it possible to make call without opening calling Activity (i.e. Intent.ACTION_CALL
) ?
I don't want to show any UI while calling. It just like making hidden call.
Searched a lot for this. But I am not getting proper answer for this.
Probably not possible. Your requirement only fullfill by modified OS(Custom ROM).