• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Recent content by Gabriele Cestra

  1. G

    Apps App crashing when trying to show system notification after downloading a new file

    have and android application which downloads pdf documents from a backend service using the following code, executed in a class that implements android.os.AsyncTask that runs in background: if (android.os.Build.VERSION.SDK_INT >= android.os.Build.VERSION_CODES.Q) { String path =...