I want to rotate a Bitmap image received from the camera intent, using matrix.setRotate() approach. However this method seems to have been removed from the Matrix class. Is there any other methods of being able to rotate a BitMap image?
Update: the setRotate() has not been removed I was looking the wrong class android.opengl.Matrix instead of android.graphics.Matrix.