android icon indicating copy to clipboard operation
android copied to clipboard

Replace usage of deprecated attributes for status and navigation bars

Open TimoPtr opened this issue 9 months ago • 0 comments

Starting with the API 35 Google is deprecating and disabling some attributes to get/set status and navigation bar colors.

https://developer.android.com/about/versions/15/behavior-changes-15#deprecated-apis

We should migrate away from this API or make sure it is not used in the new android versions.

TimoPtr avatar May 20 '25 09:05 TimoPtr