How do I add ITelephony.aidl to eclipse?

前端 未结 3 363
迷失自我
迷失自我 2020-12-17 06:48

This is no doubt a very simple question, but unfortunately I have looked around and haven\'t found a solution.

I would like to import ITelephony.aidl so that I can

3条回答
  •  温柔的废话
    2020-12-17 07:34

    You can download ITelephony.aidl from here and Create com/android/internal/telephony package in your project src and copy past downloaded ITelephony.AIDL with in com/android/internal/telephony in your package as
    ITelephony.AIDL

    for more information Blocking Incoming call

提交回复
热议问题