Loading src/com/android/contacts/util/HelpUtils.java +1 −1 Original line number Diff line number Diff line Loading @@ -122,7 +122,7 @@ public class HelpUtils { // cache the version code PackageInfo info = context.getPackageManager().getPackageInfo( context.getPackageName(), 0); sCachedVersionCode = Integer.toString(info.versionCode); sCachedVersionCode = Long.toString(info.getLongVersionCode()); // append the version code to the uri builder.appendQueryParameter(PARAM_VERSION, sCachedVersionCode); Loading Loading
src/com/android/contacts/util/HelpUtils.java +1 −1 Original line number Diff line number Diff line Loading @@ -122,7 +122,7 @@ public class HelpUtils { // cache the version code PackageInfo info = context.getPackageManager().getPackageInfo( context.getPackageName(), 0); sCachedVersionCode = Integer.toString(info.versionCode); sCachedVersionCode = Long.toString(info.getLongVersionCode()); // append the version code to the uri builder.appendQueryParameter(PARAM_VERSION, sCachedVersionCode); Loading