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
Change-Id: I38ff84bc3c723ca07e36ece1d94344fc7b11125b
Merged-In: I38ff84bc3c723ca07e36ece1d94344fc7b11125b
Test: Manually built the tree.
Bug: 158546060
Signed-off-by: Kim Sungyeon <sy85.kim@samsung.com>
Loading
Please register or sign in to comment