Share2Storage
Share2Storage copied to clipboard
Share Nearby enhancement
Feature Request / Enhancement
Some Android tools and applets seem only to support a Share Nearby sharing option.
Is it possible to have Share2Storage behave like a "nearby" device too?
Some Android tools and applets seem only to support a Share Nearby sharing option.
If you are able to give me some examples of those, I can take a look into what I can do.
Save Locally essentially relies on the Share action intent (android.intent.action.SEND), which is what you would usually use for email or sharing pictures and videos between apps.
If Nearby Share uses something different then it could be that apps explicitly added support for it or that it uses soemthing else in Android itself that I could easy. If the former, it could potentially be very hard to implement, if the latter then I would need some example app to try to figure it out.