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

Commit 679328f5 authored by Malcolm Chen's avatar Malcolm Chen Committed by android-build-merger
Browse files

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

am: d70f55fd

Change-Id: Id651f3d6b67ba089ff31e8466f7d9aa941483f26
parents 1862dd9b d70f55fd
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3351,4 +3351,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
@@ -3304,4 +3304,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>