Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1676c29c authored by Mathew Inwood's avatar Mathew Inwood
Browse files

De-restrict LoadedApk.getCompatibilityInfo().

It is relied on by blaze mobile-install.

Bug: 172409979
Change-Id: Idefbd92fd4a2887f49b50455478b96435b6ce351
Fixes: 172083033
parent c0b6daaf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -286,7 +286,7 @@ public final class LoadedApk {
        return mSecurityViolation;
    }

    @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.R, trackingBug = 170729553)
    @UnsupportedAppUsage(trackingBug = 172409979)
    public CompatibilityInfo getCompatibilityInfo() {
        return mDisplayAdjustments.getCompatibilityInfo();
    }