Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

canvas.save(Canvas.ALL_SAVE_FLAG) is not working in android 9

Tags:

android

In old android versions method is :: canvas.save(Canvas.ALL_SAVE_FLAG) But in new android 9 version method is :: "canvas.save(Canvas.ALL_SAVE_FLAG)" it is not working in this new version.

Please help me to get the alternate method which suits this method.

like image 787
Durga Avatar asked Oct 26 '25 05:10

Durga


1 Answers

It was deprecated in android 9,you can use canvas.save() instead

like image 96
W.yun Avatar answered Oct 28 '25 19:10

W.yun



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!