A:
Bitmap immutableBmp= BitmapFactory.decodeResource(getApplicationContext().getResources(),R.drawable.sample); mutableBitmap=immutableBmp.copy(Bitmap.Conf
Found this:
Bitmap bmp_Copy = bmp_Base.copy(Bitmap.Config.ARGB_8888,true);