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

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

Merge cherrypicks of [2806846, 2806847] into oc-mr1-release

Change-Id: Ib9e01c88039d98d6442c31a417b71e74fe4a2f9d
parents dfee6775 59ede987
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ public class UserPackage {
     * supported by the current framework version.
     */
    public static boolean hasCorrectTargetSdkVersion(PackageInfo packageInfo) {
        return packageInfo.applicationInfo.targetSdkVersion >= Build.VERSION_CODES.O;
        return packageInfo.applicationInfo.targetSdkVersion >= Build.VERSION_CODES.O_MR1;
    }

    public UserInfo getUserInfo() {