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

Commit 4bbd71a6 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

Merge "Fix issue #5228934: IME shows up on boot, or when digits screen is tapped" into ics-mr0

parents 6b6bfb18 0836c7cb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2174,6 +2174,7 @@ public class PackageParser {
        info.screenOrientation = target.info.screenOrientation;
        info.taskAffinity = target.info.taskAffinity;
        info.theme = target.info.theme;
        info.softInputMode = target.info.softInputMode;
        info.uiOptions = target.info.uiOptions;
        
        Activity a = new Activity(mParseActivityAliasArgs, info);