api 29

  1. Sandman

    Android Question How to request background locations with API 29 and above?

    Yesterday I did a lot of tests to figure out how things worked regarding permissions and background location (full report here). It's clear that background permission is more difficult to get approved since API 29. How do we request permission for background locations in API 29 and above? I...
  2. Cebuvi

    Android Question [Solved] Save files with API >29

    Hello, I have developed an app that allows the user to generate and save pdf, jpg and xls files so that he can later access them and use them with other applications. For that I create a directory in DirExternal and access it through PERMISSION_WRITE_EXTERNAL_STORAGE. With API 29 I had to add...
Top