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

Commit 0305e354 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

This API change is now part of MR2.

Change-Id: I242e66fb9c46d48244942298361f408062fb05c4
parent 7f2250d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1942,7 +1942,7 @@ public class PackageParser {
                    com.android.internal.R.styleable.AndroidManifestActivity_configChanges,
                    0);
            if (owner.applicationInfo.targetSdkVersion
                        < android.os.Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
                        < android.os.Build.VERSION_CODES.HONEYCOMB_MR2) {
                a.info.configChanges |= ActivityInfo.CONFIG_SCREEN_SIZE;
            }
            a.info.softInputMode = sa.getInt(
+1 −1
Original line number Diff line number Diff line
@@ -591,7 +591,7 @@
             going in or out of car mode, night mode changing, etc. -->
        <flag name="uiMode" value="0x0200" />
        <!-- The physical screen size has changed.  If applications don't
             target at least {@link android.os.Build.VERSION_CODES#ICE_CREAM_SANDWICH}
             target at least {@link android.os.Build.VERSION_CODES#HONEYCOMB_MR2}
             then the activity will always handle this itself (the change
             will not result in a restart). -->
        <flag name="screenSize" value="0x0400" />