Disable NFC during satellite

Bug: 380995847
Flag: EXEMPT feature enable
Test: nfc on and enter satellite mode
Change-Id: I5b6cdba3d9d6061cadba1c00b0278fd044708704
This commit is contained in:
George Chang 2025-01-13 07:02:54 +00:00
parent ca8f7ac135
commit 32477c6f95

View file

@ -17,7 +17,7 @@
*/
-->
<resources>
<!-- disable bluetooth and wifi during satellite -->
<string name="def_satellite_mode_radios">bluetooth,wifi</string>
<!-- disable bluetooth, nfc and wifi during satellite -->
<string name="def_satellite_mode_radios">bluetooth,nfc,wifi</string>
</resources>