Skip to content

File path of Android with "content://" scheme #17080

Closed Answered by tsctsc6
tsctsc6 asked this question in Q&A
Discussion options

You must be logged in to vote

Considering that the database API works fine, I guess I can use the lowest-level API: FileStream .
await using var localStream = new FileStream(MyDbService.DatabasePath, FileMode.Open);
It works!

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@maxkatz6
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by tsctsc6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants