What is the exhaustive list of all “android.intent.action” actions available in the Android SDK?

前端 未结 4 972
生来不讨喜
生来不讨喜 2021-01-30 05:45

Hi fellows,

I\'d like to know if there is some exhaustive reference of all Intent actions defined in the standard Android SDK ? I\'m thinking of the full \"android.inten

4条回答
  •  伪装坚强ぢ
    2021-01-30 06:17

    No, at least I have not found an exhaustive list and have been looking for one. I was looking for all of the NFC related Intents (e.g. ACTION_NDEF_DISCOVERED, ACTION_TECH_DISCOVERED, ...). It seems like the developer.android.com documentation is all piece-meal. What I mean is that there is hardly any 'definitive' sections on anything. A little bit frustrating. (But that's just my opinion).

提交回复
热议问题