Skip to content
Commit c09fcd72 authored by Santiago Seifert's avatar Santiago Seifert
Browse files

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: default avatarKim Sungyeon <sy85.kim@samsung.com>
parent 0ca7f047
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment