I am trying to access NoteIntents.CREATE_NOTE. But neither does Android Studio recognize it nor does it let me import com.google.android.gsm.actions.NoteIntents;
I am trying to create an implicit intent receiver for creating notes. I have been referring to Google Developer Documentation. Link to New Note Intent Section. Please help