Add the customized max cached processes number for O6/R4 am: 177764ee93 am: 3f41194777
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/15001750 Change-Id: I8169fe2fc79249f48025762128ec715a96d7cb35
This commit is contained in:
commit
84f85324da
2 changed files with 6 additions and 0 deletions
|
@ -225,4 +225,7 @@
|
||||||
<!-- The duration (in milliseconds) that should be applied to waveform vibrations that ends in
|
<!-- The duration (in milliseconds) that should be applied to waveform vibrations that ends in
|
||||||
non-zero amplitudes, to bring the vibrator amplitude down to zero using this timing. -->
|
non-zero amplitudes, to bring the vibrator amplitude down to zero using this timing. -->
|
||||||
<integer name="config_vibrationWaveformRampDownDuration">50</integer>
|
<integer name="config_vibrationWaveformRampDownDuration">50</integer>
|
||||||
|
|
||||||
|
<!-- the number of the max cached processes in the system. -->
|
||||||
|
<integer name="config_customizedMaxCachedProcesses">64</integer>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -193,4 +193,7 @@
|
||||||
|
|
||||||
<!-- If face auth sends the user directly to home/last open app, or stays on keyguard by default-->
|
<!-- If face auth sends the user directly to home/last open app, or stays on keyguard by default-->
|
||||||
<bool name="config_faceAuthDismissesKeyguard">false</bool>
|
<bool name="config_faceAuthDismissesKeyguard">false</bool>
|
||||||
|
|
||||||
|
<!-- the number of the max cached processes in the system. -->
|
||||||
|
<integer name="config_customizedMaxCachedProcesses">64</integer>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue