main-executable: handle drawable-based app icons by rendering them into SVG

This commit is contained in:
Mis012
2025-06-21 01:22:29 +02:00
parent 1c83948b15
commit 2a0c6cd455
6 changed files with 63 additions and 13 deletions

View File

@@ -2613,7 +2613,7 @@ public class PackageManager {
* @see #getApplicationIcon(String)
*/
public Drawable getApplicationIcon(ApplicationInfo info) {
return null;
return Context.this_application.getDrawable(info.icon);
}
/**