Merge "Cap resolution for pre-S apps on TV at 1080p" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c43f1a2c2f
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user