Android: How to broadcast intent from native code?

前端 未结 3 1288
别跟我提以往
别跟我提以往 2021-02-05 21:47

Is it possible to broadcast an Intent from native code? If so, is there documentation and/or sample code pertaining to the relevant APIs?

3条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-05 22:07

    I think there is nothing complicated in broadcasting message from native code but only in case if the native function is called from Android Java application so you can pass a Context. As far as I know there is no such thing as Context for purely native applications therefore you can not broadcast an intent.

提交回复
热议问题