Skip to content
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

Share Nearby enhancement #8

Open
ElScotto opened this issue Dec 31, 2023 · 1 comment
Open

Share Nearby enhancement #8

ElScotto opened this issue Dec 31, 2023 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@ElScotto
Copy link

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?

@MateusRodCosta
Copy link
Owner

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.

@MateusRodCosta MateusRodCosta added enhancement New feature or request help wanted Extra attention is needed labels Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants