api-impl: misc stubs and fixes for WhatsApp

This commit is contained in:
Julian Winkler
2025-10-05 15:19:58 +02:00
parent f90499d1df
commit 076ade2c5f
19 changed files with 110 additions and 6 deletions

View File

@@ -354,6 +354,8 @@ public class Drawable {
return densityDpi == 0 ? DisplayMetrics.DENSITY_DEFAULT : densityDpi;
}
public void setFilterBitmap(boolean filter) {}
protected static native long native_paintable_from_path(String path);
protected native long native_constructor();
protected native void native_invalidate(long paintable);