Merge "Set default pin amount for home app" into main

This commit is contained in:
Treehugger Robot 2024-05-13 22:59:01 +00:00 committed by Android (Google) Code Review
commit fe169c6406

View file

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