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

Commit 069ac6a5 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

Merge "Update to support long version codes."

parents 1eaa1035 e2a8e8d7
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);

}