You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?The text was updated successfully, but these errors were encountered: