I want to create snapshot notes simply be putting a specific finger on the fingerprint sensor to start the phone. Currently, it works when there's no open note within Evernote. I simply created a new app that sends an Evernote intent for a snapshot note. This makes taking new notes really fast and I like it.
Unfortunately, when there's an unsaved SnapShot note open this intent opens the existing note instead of starting a new one. Ideally, I would like to send an intent or other API call that tells Evernote to save the existing note, so that I can start a new one. I started an StackOverfl