GZOSP -
We do have 'Button' settings and can be configured for LongPress/DoubleTap actions.
Sanders doesn't have hardware keys and navbar keys do the default actions. However we have
FP gestures in MotoActions. But default actions of HOME/BACK/RECENTS cannot be performed
anymore with FP gestures as they are primary job of navbar keys.
Unless we want to gain screen-estate, there is no need for FP gestures to do default actions
along with nav-bar.
This overlay mimics the Sanders has Hardware key (just HOME a.k.a FP) and nav-bar can now be disabled.
With that we could configure default actions of HOME/BACK/RECENTS with FP gestures.
* kanged from and till LineageOS/android_device_motorola_griffin/tree/3c0798f706e84eb735299e0dd2398a65294bed15
Change-Id: Iaae1859bfda2ea7d0a7a38e0dd79cb5d8e2ddb9d
* Not needed after 39f1f2878b71c1a560da5ea70e18aaf8d8a44b70 as SystemUI.{odex,vdex}
won't exist if they are preopted.
02-04 07:58:33.229 555 568 E PinnerService: Could not pin file /system/priv-app/SystemUI/oat/arm64/SystemUI.vdex
02-04 07:58:33.229 555 568 E PinnerService: android.system.ErrnoException: open failed: ENOENT (No such file or directory)
Change-Id: I20bfe66851fd5ade5f89e60be62aafab12333df2
Pin critical system apps that always need to be responsive, no
mattter what:
- SystemUI for expanding the notification shade/navigation bar
- SF: Doesn't need introduction, but still gets zram'ed in certain
cases:
Total memory impact: About 5-6 MB (since regularly not all code is
loaded)
Test: Flash device with CL and make sure actions like expanding
notification shade isn't as janky under memory pressure anymore
Bug: 111132016
Change-Id: I3bc93204147502bec2e983f7ee37555294db308c
* In O, the default setting for mobile data always active was
changed from off to on, meaning that when non-WiFi tethering
is being attempted, more than one connection can be active
* Since the first active connection type in this overlay is used,
reorder the values to get WiFi connections first, and then
any type of mobile data connection, instead of vice versa
Change-Id: I41f31ba1a2793e209ff439c9ba28a390fecdeecb
@mar-v-in: "It seems like qualcomm is adding some fixed link to their proprietary location service through device/qcom/common/product/overlay/frameworks/base/core/res/res/values/config.xml. Remove this file completely or at least change config_enableNetworkLocationOverlay to true."
New name is config_dozeAfterScreenOffByDefault
Bug: 73178121
Change-Id: Ie3d1ea5a2cc480655592bf6e49b37f5ea07f3f58
Signed-off-by: Alberto97 <albertop2197@gmail.com>
The files in arm/arm64 are symlinks and pinning symlinks is not
supported. Pin the target vdex file intead.
Bug: 73990433
Test: manual
Change-Id: I313e1f53487c0a21b615f65dc64c21a1ecb4b7d5