Closed
Description
Commit ef77024 manually removed the DisplayMetrics.DENSITY_DEVICE_STABLE
enum binding, added by commit 50c0c15. This fix is incomplete/incorrect: the problem is that the underlying tooling in build-tools/enumification-helpers
is doing "something" wrong, which means this invalid mapping will be reintroduced in the future.
We need to fix build-tools/enumification-helpers
so that DisplayMetrics.DENSITY_DEVICE_STABLE
isn't reintroduced for enum mapping.