-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Content sharing support #25
Comments
Hey @khuttun, could you tell me which apps exactly do you want share notes |
Any apps that support sharing textual content. The idea is to integrate NotificationNotes with the standard Android Intent based sharing mechanism. I'm thinking that sharing a note to other apps would share the note text, and sharing text from other apps to NotificationNotes would open the New note view with the shared text populated in the Note text field. |
Ok, I'm sorry for answer you late, but I'm going to work on it! |
Cool |
@diegoalvis What's your status on this? let me know if i can help |
Hey @sathyapriya31 I'm just to send the PR, thank you! |
Solved in #26 |
I don't know if this is even possible, but how awesome would it be if I could share e.g. a text or an email or anything really with this app, i.e. select this app as destination for sharing, and have that create a notification that links straight to the item I shared? |
It's definitely possible to set NotificationNotes as a target for sharing. Don't know about the linking though. |
https://developer.android.com/training/sharing/index.html
The text was updated successfully, but these errors were encountered: