Whoops fix installing. I am dumb.

This commit is contained in:
Dianne Hackborn
2009-05-13 10:53:41 -07:00
parent a2a34a5711
commit e7fe35b88a

View File

@ -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;
}