Android: How to broadcast intent from native code?

前端 未结 3 1286
别跟我提以往
别跟我提以往 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:16

    Even a pure native application can broadcast an Intent. That means, even when native activity is the launcher, we can still broadcast Intents.

提交回复
热议问题