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

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

Remove the BaseColumns inheritance

This is done so that it doesn't bleed into a public API

Bug: 2245521

Change-Id: I2e5f728553f074f0dc2e8a3dfdf90b1c1f189bad
parent 130a8b71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ import android.net.Uri;
 */
// For 1.0 the download manager can't deal with abuse from untrusted apps, so
// this API is hidden.
public final class Downloads implements BaseColumns {
public final class Downloads {
    private Downloads() {}

    /**