Remove the BaseColumns inheritance
This is done so that it doesn't bleed into a public API Bug: 2245521 Change-Id: I2e5f728553f074f0dc2e8a3dfdf90b1c1f189bad
This commit is contained in:
@@ -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() {}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user