api-impl: misc stubs for WhatsApp support

This commit is contained in:
Julian Winkler
2025-04-21 10:19:48 +02:00
parent f2065e31a4
commit 5de2c27abf
20 changed files with 96 additions and 2 deletions

View File

@@ -337,6 +337,8 @@ public class Paint {
return align;
}
public boolean hasGlyph(String text) { return false; }
private static native long native_create();
private static native long native_clone(long paint);
private static native void native_recycle(long paint);