* commit '56e75631bd737e5362309330d4839cc1dddb501c': 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