From: Kenny Root Date: Fri, 19 Feb 2010 20:45:48 +0000 (-0800) Subject: Use direct reference to enum in AaptAssets X-Git-Url: https://git.saurik.com/android/aapt.git/commitdiff_plain/491d9ef01e52e62a426bc963fc9c79e9703459ee?hp=491d9ef01e52e62a426bc963fc9c79e9703459ee Use direct reference to enum in AaptAssets The second argument to the getNavHiddenName can be NULL, so use a direct reference to the class to get the enum values instead of the argument. Change-Id: I0444572c23cb4de9e7da15a8310a49cf4619bb15 ---