For me the solution was to acknowledge the fact that I'm not just printing the content but also storing it in the device, and for that android permissions were needed ("permissions":
[
"NOTIFICATIONS",
"WRITE_EXTERNAL_STORAGE",
"READ_EXTERNAL_STORAGE"]
).