am 9fc20b0e: Merge change 8126 into donut
Merge commit '9fc20b0e381b5fe00b7049ef357c839cd05a33bf' * commit '9fc20b0e381b5fe00b7049ef357c839cd05a33bf': First pass at reworking screen density/size APIs.
This commit is contained in:
committed by
Android Git Automerger
commit
a8339dfec9
@@ -4919,6 +4919,10 @@ class PackageManagerService extends IPackageManager.Stub {
|
||||
ApplicationInfo.FLAG_SUPPORTS_SMALL_SCREENS) != 0) {
|
||||
screens.add("small,");
|
||||
}
|
||||
if ((ps.pkg.applicationInfo.flags &
|
||||
ApplicationInfo.FLAG_RESIZEABLE_FOR_SCREENS) != 0) {
|
||||
screens.add("resizeable,");
|
||||
}
|
||||
pw.print(" supportsScreens="); pw.println(screens);
|
||||
}
|
||||
pw.print(" timeStamp="); pw.println(ps.getTimeStampStr());
|
||||
|
||||
Reference in New Issue
Block a user