Merge "Fix issue #5228934: IME shows up on boot, or when digits screen is tapped" into ics-mr0
This commit is contained in:
committed by
Android (Google) Code Review
commit
4bbd71a6b2
@@ -2174,6 +2174,7 @@ public class PackageParser {
|
|||||||
info.screenOrientation = target.info.screenOrientation;
|
info.screenOrientation = target.info.screenOrientation;
|
||||||
info.taskAffinity = target.info.taskAffinity;
|
info.taskAffinity = target.info.taskAffinity;
|
||||||
info.theme = target.info.theme;
|
info.theme = target.info.theme;
|
||||||
|
info.softInputMode = target.info.softInputMode;
|
||||||
info.uiOptions = target.info.uiOptions;
|
info.uiOptions = target.info.uiOptions;
|
||||||
|
|
||||||
Activity a = new Activity(mParseActivityAliasArgs, info);
|
Activity a = new Activity(mParseActivityAliasArgs, info);
|
||||||
|
|||||||
Reference in New Issue
Block a user