diff options
author | Grace Jia <xiaotonj@google.com> | 2021-05-03 22:30:55 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2021-05-03 22:30:55 +0000 |
commit | 71de23564da289ba940388be7135e4b121c05eb7 (patch) | |
tree | fac077e260b7aa8589311fb3f57ccd917124829d /telephony/java/com | |
parent | 488b6ef04a964b41b8347ae0a8271fafb43b568f (diff) | |
parent | a9a60d31bc39c1368fdd7072516ba8b4e15c4f05 (diff) |
Merge "Add support for selected contacts device to device sharing." am: 83bc8699a1 am: a9a60d31bc
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1694227
Change-Id: I88e4170b568b7c7fe1610800d6b6181d171a3abc
Diffstat (limited to 'telephony/java/com')
-rwxr-xr-x | telephony/java/com/android/internal/telephony/ISub.aidl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/ISub.aidl b/telephony/java/com/android/internal/telephony/ISub.aidl index 9493c76d9a57..6493772039e6 100755 --- a/telephony/java/com/android/internal/telephony/ISub.aidl +++ b/telephony/java/com/android/internal/telephony/ISub.aidl @@ -302,4 +302,6 @@ interface ISub { int setUiccApplicationsEnabled(boolean enabled, int subscriptionId); int setDeviceToDeviceStatusSharing(int sharing, int subId); + + int setDeviceToDeviceStatusSharingContacts(String contacts, int subscriptionId); } |