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

Commit 88b42855 authored by Alex Klyubin's avatar Alex Klyubin
Browse files

Only debuggable packages can be downgraded.

This reflects the change in PackageManager service:
frameworks/base commit 921dd754.

Bug: 27327503
Change-Id: Ic13788a3850c4d1a3a566b208853de9a6d2c5237
parent f8fb6d12
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1490,7 +1490,7 @@ public final class Pm {
        System.err.println("    -i: specify the installer package name");
        System.err.println("    -s: install application on sdcard");
        System.err.println("    -f: install application on internal flash");
        System.err.println("    -d: allow version code downgrade");
        System.err.println("    -d: allow version code downgrade (debuggable packages only)");
        System.err.println("    -p: partial application install");
        System.err.println("    -g: grant all runtime permissions");
        System.err.println("    -S: size in bytes of entire session");