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

Commit 0d140b5f authored by Amith Yamasani's avatar Amith Yamasani Committed by Android Git Automerger
Browse files

am e656975c: Merge "Fix incorrect reading of multichoice app restrictions" into lmp-dev

* commit 'e656975cb7be7e883badf3257a2d66b6e664f5e0':
  Fix incorrect reading of multichoice app restrictions
parents d28e6114 032402cf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1576,6 +1576,7 @@ public class UserManagerService extends IUserManager.Stub {
                    String valType = parser.getAttributeValue(null, ATTR_VALUE_TYPE);
                    String multiple = parser.getAttributeValue(null, ATTR_MULTIPLE);
                    if (multiple != null) {
                        values.clear();
                        int count = Integer.parseInt(multiple);
                        while (count > 0 && (type = parser.next()) != XmlPullParser.END_DOCUMENT) {
                            if (type == XmlPullParser.START_TAG