Mehdi Haghgoo
val drawable = packageManager.getApplicationIcon(app.packageName) Icon( drawable.toBitmap(config = Bitmap.Config.ARGB_8888).asImageBitmap() , contentDescription = "Icon", modifier = Modifier .padding(8.dp), tint = MaterialTheme.colorScheme.secondary )
A modern programming language that makes developers happier.