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

Commit 7be4c08e authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android (Google) Code Review
Browse files

Merge "Make DownloadBase public"

parents a89e372d de08008f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -88413,7 +88413,7 @@
 static="true"
 final="false"
 deprecated="not deprecated"
 visibility="private"
 visibility="public"
>
<method name="startDownloadByUri"
 return="long"
+1 −1
Original line number Diff line number Diff line
@@ -469,7 +469,7 @@ public final class Downloads {
    /**
     * Base class with common functionality for the various download classes
     */
    private static class DownloadBase {
    public static class DownloadBase {
        /** @hide */
        DownloadBase() {}