Merge "Apply new IA requirement on P23 devices" into udc-d1-dev

This commit is contained in:
Treehugger Robot 2023-06-05 17:03:29 +00:00 committed by Android (Google) Code Review
commit d0dcfe458f
2 changed files with 8 additions and 0 deletions

View file

@ -295,4 +295,8 @@
<!-- The maximum range of gamma adjustment possible using the screen
auto-brightness adjustment setting. -->
<fraction name="config_autoBrightnessAdjustmentMaxGamma">105%</fraction>
<!-- Boolean indicating whether allow sending null to modem to clear the previous initial attach
data profile -->
<bool name="allow_clear_initial_attach_data_profile">true</bool>
</resources>

View file

@ -321,4 +321,8 @@
<!-- The maximum range of gamma adjustment possible using the screen
auto-brightness adjustment setting. -->
<fraction name="config_autoBrightnessAdjustmentMaxGamma">105%</fraction>
<!-- Boolean indicating whether allow sending null to modem to clear the previous initial attach
data profile -->
<bool name="allow_clear_initial_attach_data_profile">true</bool>
</resources>