Add a new config for checking BatteryManager show/hide rule

Bug: 271387663
Test: presubmit
Change-Id: If24b5e6de630afe972ad7ff7af866cb587db0a56
This commit is contained in:
ykhung
2023-03-05 10:54:01 +08:00
parent 82d5103f07
commit 3ae46cd6ec
4 changed files with 30 additions and 12 deletions

View File

@@ -553,7 +553,7 @@
<!-- Cell broacast receiver package name -->
<string name="config_cell_broadcast_receiver_package" translatable="false">com.android.cellbroadcastreceiver.module</string>
<!-- TODO(b/174964885): These media Uri are not defined in framework yet. Replace with framework defined variables once it's available. -->
<!-- These media Uri are not defined in framework yet. Replace with framework defined variables once it's available. -->
<!-- Media Uri to view images storage category. -->
<string name="config_images_storage_category_uri" translatable="false">content://com.android.providers.media.documents/root/images_root</string>
@@ -695,4 +695,7 @@
<!-- Whether auto data switching on secondary SIM enables cross-SIM calling on both SIMs. -->
<bool name="config_auto_data_switch_enables_cross_sim_calling">false</bool>
<!-- Whether checking adaptive charging to define battery manager visibility. -->
<bool name="config_battery_manager_consider_ac">false</bool>
</resources>