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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user