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

Commit 31c935d4 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Change MNC codename to just M.

Change-Id: If86ce89143414405acb8ebbbf2139b07c4eb26bd
parent 3c8b44e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -129,7 +129,7 @@ public class PackageInstallerActivity extends Activity implements OnCancelListen
        // If the app supports runtime permissions the new permissions will
        // be requested at runtime, hence we do not show them at install.
        boolean supportsRuntimePermissions = mPkgInfo.applicationInfo.targetSdkVersion
                >= Build.VERSION_CODES.MNC;
                >= Build.VERSION_CODES.M;
        boolean permVisible = false;
        mScrollView = null;
        mOkCanInstall = false;