I saw a number of apps that require "Services that cost you money" permissions, my question is if I install such an app and that app will make a phone call, is that call visible to the user or the app can make the call in the background without the user knowing ?
I usually don't install apps that require extending permissions and I haven’t found anything googling, I prefer not to install it unless I'm sure I won't have a surprise when my phone bill comes.
Specifically I was invited to join a conference via GoToMeeting and their Android app is requesting the above permission.
CALL_PHONE
is described as "Allows an application to initiate a phone call without going through the Dialer user interface for the user to confirm the call being placed." So I wonder: Is that description wrong – or did you miss it? Your screenshot doesn't show your app requested this. Protection level here is "dangerous", so any app can request it (as opposed toCALL_PRIVILEGED
, which is reserved to system apps). – Izzy Jan 06 '15 at 23:35