Snap for 7574908 from 3f411947771a2b3dc82317eaf93da213f43b9fb5 to sc-v2-release

Change-Id: I7eb265cbfd34bd40d8cfb9f9aaca94db221dd366
This commit is contained in:
Android Build Coastguard Worker 2021-07-23 01:02:13 +00:00
commit d2a5cbbd59
3 changed files with 6 additions and 0 deletions

View file

@ -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>

View file

@ -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>