OSDN Git Service

Remove @SystemApi from the fields of R.styleable (part 2)
authorPaul Duffin <paulduffin@google.com>
Sat, 13 Jan 2018 16:34:31 +0000 (16:34 +0000)
committerPaul Duffin <paulduffin@google.com>
Sat, 13 Jan 2018 16:34:31 +0000 (16:34 +0000)
Fix fields missed by previous change
Ica8cdcc7bbb40b4476c39db247d744f5e870cd06.

Bug: 67891551
Test: m -j checkapi does not report an error and cts/tests/signature/runSignatureTests.sh
Change-Id: I1a7b4a68fff6883085d420a41ad1f30bf03ffad5

core/res/res/values/attrs_manifest.xml

index efbe9c2..287f296 100644 (file)
              e.g. name=ro.oem.sku value=MKT210.
              Overlay will be ignored unless system property exists and is
              set to specified value -->
-        <!-- @hide @SystemApi This shouldn't be public. -->
+        <!-- @hide This shouldn't be public. -->
         <attr name="requiredSystemPropertyName" format="string" />
-        <!-- @hide @SystemApi This shouldn't be public. -->
+        <!-- @hide This shouldn't be public. -->
         <attr name="requiredSystemPropertyValue" format="string" />
     </declare-styleable>