Skip to content

Commit 17e4e26

Browse files
committed
Remove configs for pinning apps in PinnerService
1 parent e4dcbf4 commit 17e4e26

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

core/res/res/values/config.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4502,26 +4502,6 @@
45024502
<string-array translatable="false" name="config_defaultPinnerServiceFiles">
45034503
</string-array>
45044504

4505-
<!-- Note: This config is deprecated, use config_pinnerCameraPinBytes instead.
4506-
True if camera app should be pinned via Pinner Service -->
4507-
<bool name="config_pinnerCameraApp">false</bool>
4508-
4509-
<!-- Default: 60 MB. Bytes that the PinnerService will pin for Home app -->
4510-
<integer name="config_pinnerHomePinBytes">62914560</integer>
4511-
4512-
<!-- Default: 80 MB. Bytes that the PinnerService will pin for Camera app -->
4513-
<integer name="config_pinnerCameraPinBytes">83886080</integer>
4514-
4515-
<!-- Note: This config is deprecated, use config_pinnerAssistantPinBytes instead.
4516-
True if assistant app should be pinned via Pinner Service -->
4517-
<bool name="config_pinnerAssistantApp">false</bool>
4518-
4519-
<!-- Default: 60 MB. Bytes that the PinnerService will pin for Assistant -->
4520-
<integer name="config_pinnerAssistantPinBytes">62914560</integer>
4521-
4522-
<!-- Default: 20 MB. Bytes that the PinnerService will pin for WebView -->
4523-
<integer name="config_pinnerWebviewPinBytes">20971520</integer>
4524-
45254505
<!-- Maximum memory that PinnerService will pin for apps expressed
45264506
as a percentage of total device memory [0,100].
45274507
Example: 10, means 10% of total memory will be the maximum pinned memory -->

core/res/res/values/symbols.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3522,12 +3522,6 @@
35223522

35233523
<!-- Pinner Service -->
35243524
<java-symbol type="array" name="config_defaultPinnerServiceFiles" />
3525-
<java-symbol type="bool" name="config_pinnerCameraApp" />
3526-
<java-symbol type="integer" name="config_pinnerHomePinBytes" />
3527-
<java-symbol type="integer" name="config_pinnerCameraPinBytes" />
3528-
<java-symbol type="integer" name="config_pinnerAssistantPinBytes" />
3529-
<java-symbol type="bool" name="config_pinnerAssistantApp" />
3530-
<java-symbol type="integer" name="config_pinnerWebviewPinBytes" />
35313525
<java-symbol type="integer" name="config_pinnerMaxPinnedMemoryPercentage" />
35323526

35333527
<java-symbol type="string" name="config_doubleTouchGestureEnableFile" />

0 commit comments

Comments
 (0)