Set default pin amount for home app

Bug: 288900050
Test: dumpsys pinner
Flag: EXEMPT refactor

Change-Id: I8dfad41210df945751761586809dd0d17cf3dae8
This commit is contained in:
Edgar Arriaga 2024-05-10 00:15:48 +00:00 committed by Edgar Arriaga García
parent 98343e432d
commit 046e5428f6

View file

@ -237,8 +237,8 @@
<!-- Should the pinner service pin the Camera application? -->
<bool name="config_pinnerCameraApp">true</bool>
<!-- Should the pinner service pin the Home application? -->
<bool name="config_pinnerHomeApp">true</bool>
<!-- Bytes that the PinnerService will pin for Home app -->
<integer name="config_pinnerHomePinBytes">6291456</integer>
<!-- Bytes that the PinnerService will pin for WebView -->
<integer name="config_pinnerWebviewPinBytes">20971520</integer>