Skip to content
Discussion options

You must be logged in to vote

Hi @Un1quad,

What means by "NFC Quick Settings needs to use APIs not intended for third-party applications"?

It means:

  1. Android does have built-in API's for turning NFC on and off programmatically, but these API's are intended to be used by phone manufacturers (eg Samsung, or Motorola), and not third-party apps like mine;
  2. Android required apps to be granted special permission to use those APIs (as it should - you really don't want apps doing that without your permission)
  3. Unfortunately, because Android (or rather Google) assumes no-one but manufacturers should be turning NFC on and off, Android does not currently provide a way for third party apps (like mine) to request that required per…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ghost
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant