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

Commit e2a8e8d7 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Update to support long version codes.

Bug: 64459786
Test: manual
Change-Id: I9f61f16d9ede6852ca896767ca166348066b4e80
parent 652cc80f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,6 +52,6 @@ interface IPackageManagerNative {
     * Unknown or unknowable versions are returned as 0.
     */

    int getVersionCodeForPackage(in String packageName);
    long getVersionCodeForPackage(in String packageName);

}