[SettingsProvider] make nfc_payment_default_component readable

App processes might need to read the Settings value using system code.
Therefore this key is @hide but should be @Readable.

BUG: 191519696
Test: atest android.appsecurity.cts.ReadableSettingsFieldsTest
Change-Id: Idf1512ebf3487d74a18ad2dc13ee7cbb2c7643d0
This commit is contained in:
Songchun Fan
2021-07-08 09:07:37 -07:00
parent 214d129500
commit 47b1f3c74b

View File

@@ -8748,6 +8748,7 @@ public final class Settings {
*/
@UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.R, trackingBug = 170729553)
@TestApi
@Readable
public static final String NFC_PAYMENT_DEFAULT_COMPONENT = "nfc_payment_default_component";
/**