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

Commit a97e0833 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

Change-Id: I54f07a5f3672af8fa953b0861bcf2be4b90d0ac6
parents 8fdd245b c233f44a
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() {