Since Android 7.0 Nougat you can’t expose a file:/// URI with an Intent outside your package domain, but don’t worry: here’s how you can fix it.
This article is a part of Configuring Android Project series:
RxJava is a valuable part of Java developer toolset and #1 language improvement framework…