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

Commit 8f00912a authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Fix cross profile attribute parsing" into rvc-dev am: 2b1fa477 am:...

Merge "Fix cross profile attribute parsing" into rvc-dev am: 2b1fa477 am: 7d53b40f am: 00aaee72

Change-Id: I59da09f93779dd5c97d114b9512fcea72048f0e3
parents e025ab48 00aaee72
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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))