Skip to content
Commit 874cc385 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

Test: Manually built the tree.
Bug: 158546060
Signed-off-by: default avatarKim Sungyeon <sy85.kim@samsung.com>
Change-Id: I8c78b7ee498d84e9fcdd3a865fd963a63adb6263
parent e97f73dd
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