Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b1223f45 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "By default, turn on signal strength update in power save mode." into pi-dev

parents 095b9e8e cbd29712
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3364,4 +3364,8 @@

    <!-- Package name for ManagedProvisioning which is responsible for provisioning work profiles. -->
    <string name="config_managed_provisioning_package" translatable="false">com.android.managedprovisioning</string>

    <!-- When device is in power save mode, whether we should disable signal strength update from
         modem.-->
    <bool name="config_disable_signal_strength_update_in_powersave_mode">false</bool>
</resources>
+1 −0
Original line number Diff line number Diff line
@@ -3305,4 +3305,5 @@
  <java-symbol type="string" name="notification_app_name_system" />
  <java-symbol type="string" name="notification_app_name_settings" />

  <java-symbol type="bool" name="config_disable_signal_strength_update_in_powersave_mode" />
</resources>