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

Commit 760ee65c authored by Jeff Davidson's avatar Jeff Davidson Committed by Android (Google) Code Review
Browse files

Merge "Fix incorrect getType signature/implementation in doc."

parents c32e6dfb 10698ac7
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -85,11 +85,11 @@ public class StubProvider extends ContentProvider {
        return true;
        return true;
    }
    }
    /*
    /*
     * Return an empty String for MIME type
     * Return no type for MIME type
     */
     */
    @Override
    @Override
    public String getType() {
    public String getType(Uri uri) {
        return new String();
        return null;
    }
    }
    /*
    /*
     * query() always returns no results
     * query() always returns no results