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

Commit 5857860f authored by Jay Shrauner's avatar Jay Shrauner Committed by Android (Google) Code Review
Browse files

Merge "Add addPhoto API" into klp-dev

parents b34d7c39 006b5aff
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -32,4 +32,8 @@ public interface CachedNumberLookupService {
    public ContactInfo lookupCachedContactFromNumber(Context context, String number);

    public void addContact(Context context, CachedContactInfo info);

    public boolean isCacheUri(String uri);

    public boolean addPhoto(Context context, String number, byte[] photo);
}