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> <resources>
<!-- disable bluetooth and wifi during satellite --> <!-- disable bluetooth, nfc and wifi during satellite -->
<string name="def_satellite_mode_radios">bluetooth,wifi</string> <string name="def_satellite_mode_radios">bluetooth,nfc,wifi</string>
</resources> </resources>