Dialer: fix force close in speed dial list
The reason is that we use ACTION_CALL_PRIVILEGED which needs to use another permission in your manifest, so will cause SecurityException if you use this without the permission. We will use ACTION_CALL to replace ACTION_CALL_PRIVILEGED. Change-Id: I028d224521c8148874fee94d6f063306181b8f79 CRs-Fixed: 744880
Loading
Please register or sign in to comment