sm8350-common: overlay: 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.
This commit is contained in:
parent
f07856993d
commit
6c501cd4c0
1 changed files with 0 additions and 3 deletions
|
|
@ -203,9 +203,6 @@
|
|||
<item>"/system/bin/surfaceflinger"</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Should the pinner service pin the Home application? -->
|
||||
<bool name="config_pinnerHomeApp">true</bool>
|
||||
|
||||
<!-- Enable doze mode
|
||||
ComponentName of a dream to show whenever the system would otherwise have gone to sleep. -->
|
||||
<string translatable="false" name="config_dozeComponent">com.android.systemui/com.android.systemui.doze.DozeService</string>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue