am 3dcc2279: am d4337ae0: am 56e75631: Merge "Fix issue #7342364: JellyBean broke Toddler Lock, again" into jb-mr1-dev
* commit '3dcc22799af9f5080ad2bb26369d35beb46c1a9c': Fix issue #7342364: JellyBean broke Toddler Lock, again
This commit is contained in:
@@ -2522,7 +2522,8 @@ public class PackageManagerService extends IPackageManager.Stub {
|
||||
if (pa.mPref.mMatch != match) {
|
||||
continue;
|
||||
}
|
||||
final ActivityInfo ai = getActivityInfo(pa.mPref.mComponent, flags, userId);
|
||||
final ActivityInfo ai = getActivityInfo(pa.mPref.mComponent,
|
||||
flags | PackageManager.GET_DISABLED_COMPONENTS, userId);
|
||||
if (DEBUG_PREFERRED) {
|
||||
Log.v(TAG, "Got preferred activity:");
|
||||
if (ai != null) {
|
||||
|
||||
@@ -10561,7 +10561,8 @@ public class WindowManagerService extends IWindowManager.Stub
|
||||
pw.print(": "); pw.println(pair.second);
|
||||
}
|
||||
}
|
||||
pw.println(" DisplayContents");
|
||||
pw.println();
|
||||
pw.println(" DisplayContents:");
|
||||
if (mDisplayReady) {
|
||||
DisplayContentsIterator dCIterator = new DisplayContentsIterator();
|
||||
while (dCIterator.hasNext()) {
|
||||
|
||||
Reference in New Issue
Block a user