sdm660-common: Don't pin launcher app in memory
Similar to what we did for the camera app, unpin the launcher app from memory as well. While the default launcher (Launcher3) isn't particularly big, it doesn't make much sense to pin because the launcher does not typically load new resources much. Most of its resources should already be loaded in memory after it starts, so pinning the APK is redundant. Change-Id: Ia03de9c546a042637647f45d7b2b4072c1555fb5
This commit is contained in:
parent
bf30e60a32
commit
d72544b92f
1 changed files with 0 additions and 3 deletions
|
@ -795,9 +795,6 @@
|
|||
<item>"/system/bin/surfaceflinger"</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Should the pinner service pin the Home application? -->
|
||||
<bool name="config_pinnerHomeApp">true</bool>
|
||||
|
||||
<!-- Flag indicating whether the current device is "voice capable".
|
||||
If true, this means that the device supports circuit-switched
|
||||
(i.e. voice) phone calls over the telephony network, and is
|
||||
|
|
Loading…
Reference in a new issue