Skip to content

file saving #45

Description

@beloufaimededdine

pdf saving is not working on android versions above 10 , need to implement scoped storage
in finish() function on SimplyPdfDocument class

if(Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q){
// scoped storage
}else {
// usual file savin
}

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions