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

Commit 027347e1 authored by William Loh's avatar William Loh
Browse files

Remove Java name check for uses-library

This removes the check when the name is read as a resource.

Bug: 259946410
Fixes: 293965805
Test: atest AndroidPackageParsingValidationTest
Change-Id: I074f43077a21d76bb9b44f2286761e70b93835d1
parent eff074d8
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -775,8 +775,6 @@ public class Element {
                return index ==  R.styleable.AndroidManifestReceiver_name;
            case TAG_SERVICE:
                return index ==  R.styleable.AndroidManifestService_name;
            case TAG_USES_LIBRARY:
                return index ==  R.styleable.AndroidManifestUsesLibrary_name;
            default:
                return false;
        }