Merge "Cap resolution for pre-S apps on TV at 1080p" into sc-dev

This commit is contained in:
Sergey Nikolaienkov
2021-03-09 09:25:29 +00:00
committed by Android (Google) Code Review
3 changed files with 68 additions and 54 deletions

View File

@@ -110,6 +110,7 @@ public class CompatibilityInfo implements Parcelable {
public final float applicationInvertedScale;
@UnsupportedAppUsage
@Deprecated
public CompatibilityInfo(ApplicationInfo appInfo, int screenLayout, int sw,
boolean forceCompat) {
this(appInfo, screenLayout, sw, forceCompat, 1f);