Address API feedback on setOnRtpRxNoticeListener
1. Naming 'Ims' in all the related variables & functions has changed to 'Rtp'.
ex) setOnImsRxNoticeListener ----> setOnRtpRxNoticeListener
2. Change viewing of the parcel's data structure.
Before the parcel is parsed based on it is byte[] type.
From now it is analyzed as (int type, int[] data)
3. Add IMS permission checking when register the callback
Test: Manually built the tree.
Bug: 158546060
Signed-off-by: Kim Sungyeon <sy85.kim@samsung.com>
Change-Id: I8c78b7ee498d84e9fcdd3a865fd963a63adb6263
Loading
Please register or sign in to comment