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

Commit 52562c43 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am 1ff8800d: Merge "Change MNC codename to just M." into mnc-dev

* commit '1ff8800d':
  Change MNC codename to just M.
parents 9841ce7e 1ff8800d
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;