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

Commit 75a31732 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix cleartext default for the manifest value" into pi-dev

parents 77e74b64 0d285d51
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3492,7 +3492,7 @@ public class PackageParser {

        if (sa.getBoolean(
                com.android.internal.R.styleable.AndroidManifestApplication_usesCleartextTraffic,
                true)) {
                owner.applicationInfo.targetSdkVersion < Build.VERSION_CODES.P)) {
            ai.flags |= ApplicationInfo.FLAG_USES_CLEARTEXT_TRAFFIC;
        }