ChainsDD / Superuser

Android superuser permissions app (from Zinx)
http://cyanogenmod.com
574 stars 361 forks source link

Fix missing resource problem in Superuser. Causes force close. #39

Closed koush closed 12 years ago

koush commented 12 years ago

Change-Id: I006e2cd7e810dc84eb5a9028cf8bf3ed9fb3d0ab

ChainsDD commented 12 years ago

There are a lot more resources than just the one that casue the FC. I think the best temporary fix will be to simply remove "mdpi" from any directory that has it, so that the MDPI resources are used by default if there is not a better match found.

A permanent fix requires making new drawables where necessary, which is in work.