Merge "Disable NFC during satellite" into main

This commit is contained in:
Treehugger Robot 2025-01-15 03:24:34 -08:00 committed by Android (Google) Code Review
commit 92b1581afe

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>