Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0ec52a7c authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 4498106 from 61ab8cfb to pi-release

Change-Id: Iae2e34a092a9e6ad90780c0f19caff81e5897d88
parents 2ec2fc15 61ab8cfb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);