biotinker / LibreTasks

An updated form of Omnidroid
Apache License 2.0
82 stars 22 forks source link

Add NFC event #213

Open dbolton opened 7 years ago

dbolton commented 7 years ago

An NFC event task can trigger specific tasks based on custom NFC tags as described here: https://m.reddit.com/r/Android/comments/2ow5rs/meta_what_are_your_favorite_accessories/?compact=true#form-t1_cmr3em5spf

Example 1: Scan a NFC tag in the car to turn off Wi-Fi, turn on Bluetooth, connect to car speaker and headset, and open music player.

Example 2: scan a NFC tag in your wallet to send a text to your bank requesting balance.

mvglasow commented 7 years ago

Did some research into this today and it might be the next thing I implement. Should be entirely doable. One caveat: the devices I've seen do not pick up NFC tags when the screen is off—so the actions will only be triggered if the screen is on.

mirh commented 7 years ago

You could just mention this or something I guess.