Make Build.TYPE and Build.FINGERPRINT consistent for apps.
Some apps (namely Android Wear) like to do comparisons between TYPE and FINGERPRINT and throw errors on inconsistencies. As our fingerprints are almost always taken from stock ROMs, they don't really match our builds, causing said comparisons to fail. Avoid those failures by taking build type out of fingerprint for apps. RM-290 Change-Id: I8e8db64de7ea224572ecb3695c85abea91e0e29f
Loading
Please register or sign in to comment