Why ITelephony.aidl works?

后端 未结 2 499
夕颜
夕颜 2020-12-02 07:18

I saw some SO posts which discussed about how to end a phone call programmtically, for example, this one. Yep, people focus on the result but no one actually explain the rea

2条回答
  •  [愿得一人]
    2020-12-02 08:04

    Actually, adding ITelephony.aidl to your project isn't necessary, it is just a convenience. You could just as well do it this way: correct answer

提交回复
热议问题