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

Commit 006b5aff authored by Jay Shrauner's avatar Jay Shrauner
Browse files

Add addPhoto API

Add addPhoto API for saving images to the cache.

Bug:10760102
Change-Id: If0163aaf677bebd25843f78279029c0635b235b6
parent 7cfb9c2f
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);
}