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:
Jean-Baptiste Queru
2010-01-14 11:56:11 -08:00
parent 130a8b71bb
commit 843e89757a

View File

@@ -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() {}
/**