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

Commit c1544af8 authored by Chad Brubaker's avatar Chad Brubaker Committed by android-build-merger
Browse files

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

Merge "Merge "Fix cleartext default for the manifest value" into pi-dev am: 75a31732" into pi-dev-plus-aosp
am: a9573211

Change-Id: Iae321380f76f4176370d3daec4098d85fc29b028
parents b679567b a9573211
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;
        }