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

Commit de08008f authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru
Browse files

Make DownloadBase public

It's the base class for some public classes, so it needs to be public
as well according to the CTS rules.

Bug: 2537352
Change-Id: Ie2f8141d56907e1d0f4a3a040204b7b14d1fd79a
parent e5efe212
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() {}