add Java APIs needed for WhatsApp settings

This commit is contained in:
Julian Winkler
2024-09-03 17:49:56 +02:00
parent 6c454085dd
commit 3d38ec9755
12 changed files with 60 additions and 2 deletions

View File

@@ -240,6 +240,8 @@ public class Drawable {
return drawable;
} else if ("nine-patch".equals(parser.getName())) {
return new NinePatchDrawable(resources, null, null, null, null);
} else if ("animation-list".equals(parser.getName())) {
return new AnimationDrawable();
}
return null;
}