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

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

Fix QT build breakage.

am: ebcf054b

Change-Id: I02eb972b91df8e87403b308968dcd96fa4bf9fe7
parents 0fe94f26 ebcf054b
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();