benlau / androidnative.pri

Calling Android functions from Qt without using JNI
Apache License 2.0
103 stars 15 forks source link

function to share content from QML #10

Closed rmallah closed 6 years ago

rmallah commented 6 years ago
(1) This commit adds function to call ACTION_SEND_* intents with
      variety of parameters and all supported EXTRAS. It is upto
      the caller to ensure a meaningful combination of mime types
      intent type and intent extras.
benlau commented 6 years ago

@rmallah ,

Looks good. Thx!

rmallah commented 6 years ago

thanks Ben for the merge.

rmallah commented 6 years ago

I am not satisfied with the way i have put the doc of Sharing in README.md , it seems to be over prominent, probably we create a section in the README for documenting other functions too , i will try to do it in future and propose the changes.