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

Commit 7e4dbe65 authored by Nate Fischer's avatar Nate Fischer Committed by android-build-merger
Browse files

Merge "WebView: require APKs to target OMR1" into oc-mr1-dev am: c233f44a

am: a97e0833

Change-Id: Id9c3e2c7ed292435703bc237974a9cbab6f1c355
parents cf86435e a97e0833
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() {