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

question: android sharing receive (share to app: from call history, sms etc.) #56

Open
blinkinglight opened this issue Aug 20, 2023 · 1 comment
Labels
enhancement New or improved feature for existent plugins

Comments

@blinkinglight
Copy link

https://developer.android.com/training/sharing/receive

is it possible with existent plugin system, to implement this?

it needs modifications in AndroidManifest.xml and it should call custom function if received lest say: plain/text with contents

@blinkinglight blinkinglight added the enhancement New or improved feature for existent plugins label Aug 20, 2023
@inkeliz
Copy link
Contributor

inkeliz commented Aug 20, 2023

That seems to be a duplicate of #32. The current Share only offers the option to share something (texts and links) to external apps, but not receive.

Currently, it's not possible to change Manifest, using gogio. However, that will be possible when (or if) gioui/gio-cmd#13 gets merged. That same patch is already required for #18, which is not public-available, but already developed.

However, similar to Deeplinking/Scheme (gioui/gio#117), I think Share (use the app as a target for sharing) fits better into Gio itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New or improved feature for existent plugins
Projects
None yet
Development

No branches or pull requests

2 participants