Use tvdpi named density for 213dpi devices
ThemeHostTest case will find the theme resource file according to your devices' density.
We set mobile device density to 213dpi with resolution 600*1024 to improve user experiences.
Runnig ThemeHostTest, it will find the 213dpi.zip resource file, but in theme resource files path,
there is only tvdpi.zip file, so the case failed.
Add the density bucket transformation for 213dpi.
Bugid: 79641140
Test: CtsThemeHostTestCases
(cherry picked from commit fec6cb47db60cd4f3c6e9c1aa7d71e88a27fa99b)
Change-Id: Id47686c2d8a11f4da865685d0aa0e8d3f6018291
1 file changed