Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7ee7d7d0 authored by Sudheer Shanka's avatar Sudheer Shanka Committed by android-build-merger
Browse files

Fix QT build breakage. am: ebcf054b

am: d5099b1d

Change-Id: I40b0dc1fea8fd082eb8ac084fe80beb9f0742d0f
parents bbc9133e d5099b1d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -556,7 +556,7 @@ public class DownloadManager {

            final Context context = AppGlobals.getInitialApplication();
            if (context.getApplicationInfo().targetSdkVersion
                    >= Build.VERSION_CODES.Q || Environment.isExternalStorageSandboxed()) {
                    >= Build.VERSION_CODES.Q || !Environment.isExternalStorageLegacy()) {
                try (ContentProviderClient client = context.getContentResolver()
                        .acquireContentProviderClient(Downloads.Impl.AUTHORITY)) {
                    final Bundle extras = new Bundle();