Remove meta-data and property tags from ApexSystemService.

Neither of those is being parsed, so they are not available at runtime
anyways. It would be nice to support them eventually though.

Bug: 192880996
Test: presubmit
Change-Id: I9f7d1d7864411b48eab5dec43ecba083fb4d7b83
This commit is contained in:
satayev
2021-12-21 13:48:15 +00:00
parent 57b654fcaa
commit ffdeb25cfa

View File

@@ -3070,7 +3070,6 @@
<declare-styleable name="AndroidManifestMetaData"
parent="AndroidManifestApplication
AndroidManifestActivity
AndroidManifestApexSystemService
AndroidManifestReceiver
AndroidManifestProvider
AndroidManifestService
@@ -3105,7 +3104,6 @@
<declare-styleable name="AndroidManifestProperty"
parent="AndroidManifestApplication
AndroidManifestActivity
AndroidManifestApexSystemService
AndroidManifestReceiver
AndroidManifestProvider
AndroidManifestService">