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

Commit 822cb729 authored by Abhijit Adsule's avatar Abhijit Adsule Committed by haiping
Browse files

Add missing resources

Bug: 174075895
Test: local build and tests pass
Change-Id: I1fa19f973bb211840d012460e2e6cd248877a808
parent 3a74a678
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -4740,9 +4740,15 @@
         MediaSessionService. -->
    <string name="config_customMediaSessionPolicyProvider"></string>

    <!-- The min scale for the wallpaper when it's zoomed out -->
    <item name="config_wallpaperMinScale" format="float" type="dimen">1</item>

    <!-- The max scale for the wallpaper when it's zoomed in -->
    <item name="config_wallpaperMaxScale" format="float" type="dimen">1.10</item>

    <!-- If true, the wallpaper will scale regardless of the value of shouldZoomOutWallpaper() -->
    <bool name="config_alwaysScaleWallpaper">false</bool>

    <!-- Package name that will receive an explicit manifest broadcast for
         android.os.action.POWER_SAVE_MODE_CHANGED. -->
    <string name="config_powerSaveModeChangedListenerPackage" translatable="false"></string>
@@ -4761,6 +4767,16 @@
    <!-- pdp data reject retry delay in ms -->
    <integer name="config_pdp_reject_retry_delay_ms">-1</integer>

    <!-- Duration in milliseconds for device to vibrate on mash press on power
         button. -->
    <integer name="config_mashPressVibrateTimeOnPowerButton">0</integer>

    <!-- Control the behavior when the user presses the power button 5 times.
           0 - Nothing
           1 - Launch panic button gesture
    -->
    <integer name="config_mashPressOnPowerBehavior">0</integer>

    <!-- Whether or not to enable the binder heavy hitter watcher by default -->
    <bool name="config_defaultBinderHeavyHitterWatcherEnabled">false</bool>