Merge "Fix cross profile attribute parsing" into rvc-dev am: 2b1fa477ff am: 7d53b40f88 am: 96d2083616

Change-Id: If1e7def4bf0abbb6ec5ba6825c883f61e1c5ba26
This commit is contained in:
Automerger Merge Worker
2020-03-04 01:43:04 +00:00

View File

@@ -1795,6 +1795,7 @@ public class ParsingPackageUtils {
// Default false
.setAllowTaskReparenting(bool(false, R.styleable.AndroidManifestApplication_allowTaskReparenting, sa))
.setCantSaveState(bool(false, R.styleable.AndroidManifestApplication_cantSaveState, sa))
.setCrossProfile(bool(false, R.styleable.AndroidManifestApplication_crossProfile, sa))
.setDebuggable(bool(false, R.styleable.AndroidManifestApplication_debuggable, sa))
.setDefaultToDeviceProtectedStorage(bool(false, R.styleable.AndroidManifestApplication_defaultToDeviceProtectedStorage, sa))
.setDirectBootAware(bool(false, R.styleable.AndroidManifestApplication_directBootAware, sa))