Merge "Add webview pinning for zuma devices" into main

This commit is contained in:
Edgar Arriaga García 2023-11-27 18:05:05 +00:00 committed by Android (Google) Code Review
commit 6a3349663d

View file

@ -252,6 +252,9 @@
<!-- Should the pinner service pin the Home application? -->
<bool name="config_pinnerHomeApp">true</bool>
<!-- Bytes that the PinnerService will pin for WebView -->
<integer name="config_pinnerWebviewPinBytes">20971520</integer>
<!-- The default intensity level for alarm vibrations. See
Settings.System.ALARM_VIBRATION_INTENSITY more details on the constant values and
meanings. -->