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

Commit e7fe35b8 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Whoops fix installing. I am dumb.

parent a2a34a57
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1189,7 +1189,7 @@ public class PackageParser {

        if (sa.getBoolean(
                com.android.internal.R.styleable.AndroidManifestApplication_testOnly,
                true)) {
                false)) {
            ai.flags |= ApplicationInfo.FLAG_TEST_ONLY;
        }