I was following this , try to rotate image file to 90 degree after taking a picture , but I can'r call the method matrix.setRotata
, and when I
Matrix matrix = new Matrix() it said Matrix was deprecated
so I find other solution like this
,BUT still , can't find matrix.postRotate
method
help please