News

Opening a PDF on Android with Delphi

Intents on Android using API 26 to open PDF documents. The Google Play store recently updated its requirements, so new apps were submitted with an API level of 26 as the target. While this was relatively simple to accomplish by updating the AndroidManifest.Template, the transition to the newer API altered the behavior of my application. I used to download a file to the CachePath and then share it…
Read more