Add webview pinning for gs101 devices

Bug: 307594624
Change-Id: I1e4e120840d757a9397ea07b9b3087a1f662cc63
This commit is contained in:
Edgar Arriaga 2023-10-25 20:42:34 +00:00 committed by Edgar Arriaga García
parent 4c082b94ba
commit eae154f7fd

View file

@ -240,6 +240,9 @@
<!-- Should the pinner service pin the Home application? --> <!-- Should the pinner service pin the Home application? -->
<bool name="config_pinnerHomeApp">true</bool> <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 <!-- The default intensity level for alarm vibrations. See
Settings.System.ALARM_VIBRATION_INTENSITY more details on the constant values and Settings.System.ALARM_VIBRATION_INTENSITY more details on the constant values and
meanings. --> meanings. -->