Android O : PHONE_STATE broadcast limitation

后端 未结 6 1913
一整个雨季
一整个雨季 2021-02-06 22:12

I have been trying to do something similar to truecaller app, where my app is supposed to show a screen after a call gets hung up. Was achieving this by registering androi

6条回答
  •  终归单人心
    2021-02-06 22:56

    As mentioned here: https://issuetracker.google.com/37273064#comment4, ACTION_PHONE_STATE_CHANGED (android.intent.action.PHONE_STATE) will be whitelisted for the Android O release. Though they may be replaced with a different mechanism in a future release.

提交回复
热议问题