eszdman / PhotonCamera

Android Camera that uses Enhanced image processing
GNU General Public License v3.0
757 stars 72 forks source link

Share method improvements #23

Closed rancidfrog closed 3 years ago

rancidfrog commented 4 years ago

When sharing from photon app after taking a photograph, the multiple share optiins do not show:

Photon app share implementation:

The share is general, recent optiims not shown

Default camera app, and other apps as well, share implementation:

Not only can you share by apps, but recent options, i.e. whatsapp/instagram/other apps, are included

eszdman commented 4 years ago

Try using this type of share I am using android 10 and recent applications working, most frequent applications on top

rancidfrog commented 3 years ago

@vibhorSrv Has anything been changed? In recent android versions there is the ability to share not only with most used apps, but also with most recent sent contact. Which was what I was referring to, this way you can send directly to contact or group without selecting app and then contact.

vibhorSrv commented 3 years ago

what you are referring to is achieved by using "android.intent.action.CHOOSER". and yes it has been implemented recently. https://git.io/JtvFV