dre: overlay: Set default pin amount for home app
Bug: 288900050 Test: dumpsys pinner Flag: EXEMPT refactor Change-Id: Ieed912786ce51f420da9b0e96ea5d93c22244176
This commit is contained in:
parent
343f321014
commit
5a2e089dda
1 changed files with 2 additions and 2 deletions
|
|
@ -376,8 +376,8 @@
|
||||||
<!-- True if camera app should be pinned via Pinner Service -->
|
<!-- True if camera app should be pinned via Pinner Service -->
|
||||||
<bool name="config_pinnerCameraApp">true</bool>
|
<bool name="config_pinnerCameraApp">true</bool>
|
||||||
|
|
||||||
<!-- True if home app should be pinned via Pinner Service -->
|
<!-- Bytes that the PinnerService will pin for Home app -->
|
||||||
<bool name="config_pinnerHomeApp">true</bool>
|
<integer name="config_pinnerHomePinBytes">6291456</integer>
|
||||||
|
|
||||||
<!-- Indicate whether to allow the device to suspend when the screen is off
|
<!-- Indicate whether to allow the device to suspend when the screen is off
|
||||||
due to the proximity sensor. This resource should only be set to true
|
due to the proximity sensor. This resource should only be set to true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue