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

Commit e6333e51 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am f696efa2: Merge "Fix issue #17948584: Application crash and phone restart...

am f696efa2: Merge "Fix issue #17948584: Application crash and phone restart when app..." into lmp-mr1-dev

* commit 'f696efa2':
  Fix issue #17948584: Application crash and phone restart when app...
parents 3977137d f696efa2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3528,6 +3528,10 @@ public class PackageParser {
            outError[0] = "<provider> does not include authorities attribute";
            return null;
        }
        if (cpname.length() <= 0) {
            outError[0] = "<provider> has empty authorities attribute";
            return null;
        }
        p.info.authority = cpname.intern();

        if (!parseProviderTags(res, parser, attrs, p, outError)) {