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

Add Android support #7

Open
Jerakin opened this issue Jun 19, 2019 · 1 comment
Open

Add Android support #7

Jerakin opened this issue Jun 19, 2019 · 1 comment

Comments

@Jerakin
Copy link

Jerakin commented Jun 19, 2019

Maybe this is relevant
https://developer.android.com/guide/topics/providers/document-provider.html

@andsve
Copy link
Owner

andsve commented Jun 19, 2019

Sounds like a good idea!

I wonder if Android would let us just return the URI back to Lua then at a later step actually load the data at that URI, or if it needs to be done in one step? If it is just possible to return the URI and load the content later on the implementation should be quite easy.

However, I'm not sure if it can be used for diags.save()? Will have to investigate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants