diff options
author | Sailesh Nepal <sail@google.com> | 2015-07-28 19:22:14 -0700 |
---|---|---|
committer | Sailesh Nepal <sail@google.com> | 2015-07-28 22:16:25 -0700 |
commit | cf85562bc9a0f01db51b4088e72f05a8089fc7f1 (patch) | |
tree | 0f5bb407dbf8c0db7b489b47e5d367bca060384d /telecomm/java/com | |
parent | b8040265dd0d5a2a96e0850623647dad2f528db1 (diff) | |
download | frameworks_base-cf85562bc9a0f01db51b4088e72f05a8089fc7f1.zip frameworks_base-cf85562bc9a0f01db51b4088e72f05a8089fc7f1.tar.gz frameworks_base-cf85562bc9a0f01db51b4088e72f05a8089fc7f1.tar.bz2 |
Default permissions for sim call manager
This CL adds the following permissions by default to the
SIM call manager:
- microphone
- phone
BUG: 22790160
Change-Id: Icaf1db6c6943b3ddbd16a946a81d1bfb734d761f
Diffstat (limited to 'telecomm/java/com')
-rw-r--r-- | telecomm/java/com/android/internal/telecom/ITelecomService.aidl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/telecomm/java/com/android/internal/telecom/ITelecomService.aidl b/telecomm/java/com/android/internal/telecom/ITelecomService.aidl index fb0f6da..2e07759 100644 --- a/telecomm/java/com/android/internal/telecom/ITelecomService.aidl +++ b/telecomm/java/com/android/internal/telecom/ITelecomService.aidl @@ -93,6 +93,11 @@ interface ITelecomService { PhoneAccountHandle getSimCallManager(); /** + * @see TelecomServiceImpl#getSimCallManagerForUser + */ + PhoneAccountHandle getSimCallManagerForUser(int userId); + + /** * @see TelecomServiceImpl#registerPhoneAccount */ void registerPhoneAccount(in PhoneAccount metadata); |