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

Commit 19e7b945 authored by William Leshner's avatar William Leshner Committed by Android (Google) Code Review
Browse files

Merge "Add a config for "wake screen on notifications"." into tm-qpr-dev

parents 5c2353ed 6ef1b590
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -89,7 +89,8 @@ public class AmbientDisplayConfiguration {

    /** @hide */
    public boolean pulseOnNotificationAvailable() {
        return ambientDisplayAvailable();
        return mContext.getResources().getBoolean(R.bool.config_pulseOnNotificationsAvailable)
                && ambientDisplayAvailable();
    }

    /** @hide */
+3 −0
Original line number Diff line number Diff line
@@ -5823,4 +5823,7 @@
    <string-array name="config_serviceStateLocationAllowedPackages">
        <item>"com.android.phone"</item>
    </string-array>

    <!-- Whether the wake screen on notifications feature is available. -->
    <bool name="config_pulseOnNotificationsAvailable">true</bool>
</resources>
+1 −0
Original line number Diff line number Diff line
@@ -3337,6 +3337,7 @@
  <java-symbol type="string" name="config_dozeTapSensorType" />
  <java-symbol type="array" name="config_dozeTapSensorPostureMapping" />
  <java-symbol type="bool" name="config_dozePulsePickup" />
  <java-symbol type="bool" name="config_pulseOnNotificationsAvailable" />

  <!-- Used for MimeIconUtils. -->
  <java-symbol type="drawable" name="ic_doc_apk" />