Код: Выделить всё
byte[] decodedString = Base64.decode(encodedImage, Base64.URL_SAFE);
Bitmap decodedByte = BitmapFactory.decodeByteArray(decodedString, 0, decodedString.length);
Подробнее здесь: https://stackoverflow.com/questions/773 ... tiplatform