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

Commit a086a973 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by The Android Open Source Project
Browse files

am e7fe35b8: Whoops fix installing. I am dumb.

Merge commit 'e7fe35b8'

* commit 'e7fe35b8':
  Whoops fix installing.  I am dumb.
parents 77d84190 e7fe35b8
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;
        }