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

Commit e7666f9e authored by Wale Ogunwale's avatar Wale Ogunwale Committed by Android (Google) Code Review
Browse files

Merge "Default ActivityInfo.resizeable to false for all SDK versions."

parents 835d7986 abfcc22d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3116,8 +3116,7 @@ public class PackageParser {
            }

            a.info.resizeable = sa.getBoolean(
                    R.styleable.AndroidManifestActivity_resizeableActivity,
                    owner.applicationInfo.targetSdkVersion >= Build.VERSION_CODES.MNC);
                    R.styleable.AndroidManifestActivity_resizeableActivity, false);
            if (a.info.resizeable) {
                // Fixed screen orientation isn't supported with resizeable activities.
                a.info.screenOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED;