这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@Worldwidebrine
Copy link

@Worldwidebrine Worldwidebrine commented Feb 1, 2022

android.intent.action.SEND supports sharing a directory but Termux handles it as a single file.
The URI of directory can't be detected as a directory because it's a symlink(considered as a file), so, to copy it, we have to access the link directly.

I added the support using NIO in case of symlink trap but NIO requires Android 8.0
(Not sure how to detect if a file is a symlink without NIO)

Tested with ZArchiver

@agnostic-apollo agnostic-apollo force-pushed the master branch 4 times, most recently from 105a19a to b950efe Compare April 28, 2022 04:35
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

Successfully merging this pull request may close these issues.

1 participant