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

Commit 9690f8e4 authored by Paul Duffin's avatar Paul Duffin
Browse files

Remove @SystemApi from the fields of R.styleable (part 2)

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
parent 73d2f9c4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2568,9 +2568,9 @@
             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>