commit | e954371bc0af81ae0f74387475d53d40d4f2672d | [log] [tgz] |
---|---|---|
author | Yorke Lee <yorkelee@google.com> | Wed Jun 24 18:03:40 2015 -0700 |
committer | Yorke Lee <yorkelee@google.com> | Wed Jun 24 18:05:57 2015 -0700 |
tree | 369f74e25c3ea22c5f92a6bf98a7f17319991eeb | |
parent | 60370ca672f2ee15e5e8ba84110a3ca9e3a35e80 [diff] |
Fix for startActivity(ACTION_CALL) Apps that use startActivity(ACTION_CALL) will currently always fail to have the CALL_PHONE permission when checked in Telecom because the package name is always null at this point. We already check for the permission before this so if the app does not have the permission it will already be rejected with a SecurityException. Bug: 22071972 Change-Id: Ibebadd052a13652d8390c8a30f18441110485336