Merge "PersistableBundle.restoreFromXml should return a mutable bundle."

This commit is contained in:
Meng Wang
2021-05-20 19:13:26 +00:00
committed by Gerrit Code Review

View File

@@ -302,7 +302,7 @@ public final class PersistableBundle extends BaseBundle implements Cloneable, Pa
new MyReadMapCallback()));
}
}
return EMPTY;
return new PersistableBundle(); // An empty mutable PersistableBundle
}
@Override