potter doesn't have on stock rom
11-12 00:57:45.084 791 791 E soundtrigger: audio_extn_sound_trigger_init: DLOPEN failed for /vendor/lib/hw/sound_trigger.primary.msm8953.so. error = dlopen failed: library "/vendor/lib/hw/sound_trigger.primary.msm8953.so" not found
11-12 00:57:45.075 791 791 E audio_hw_dolby: audio_extn_dap_hal_init: DLOPEN failed for vendor/lib/libhwdaphal.so error dlopen failed: library "vendor/lib/libhwdaphal.so" not found
AOSP and mainline are going towards removing old 32-bit binder API support.
64-bit binder is 100% compatible with 32-bit kernel and userspace,
so there is no reason for us to keep using the old solution anymore.
We've switched to new API in our kernel, same thing should be applied to our userspace.
* On Oreo, android_filesystem_config is generated by a python script
that provides a nice way to add AIDs without overriding any header.
* Switch AID values from 9xxx to 5xxx since accepted ranges
for OEMs are only 5000-5999 and 2900-2999
* Remove fs_config_files since it is already in embedded.mk
* It is granted at first boot and users cannot revoke
the permission of a system app anymore since Nougat
Change-Id: Ie736c1620420a51d40062de1f809c78a11741781
* As per documentation, TYPE_PROXIMITY has a single item in values for distance
* The current code triggers an ArrayIndexOutOfBoundsException on O
Change-Id: I371cdb755d39c413d3ae2313fe66ae5bc62a7b58
* Attach to appropriate Settings pages
* Hide divider lines to match Settings UI styles
* Apply On/Off text on the switch bar toggle
* Implement AOSP Settings preference layouts for indentation
* Depends on android_packages_resources_devicesettings:
"DeviceSettings: Import Oreo Settings layouts"
Ib3f670b19c7e728b97fd76efe04bcc2f69008b06
* Partially based upon commit "Bring DozeSettings up to date"
I0850f7d9558a14f739f752f76002db993381a0e5 by Steve Kondik
for the SwitchBar integration but using native themes
Change-Id: Ic5b8335aafc9ce876ed90a25045398e39515e484
Signed-off-by: Adrian DC <radian.dc@gmail.com>
Signed-off-by: jhenrique09 <jhenrique09.mcz@hotmail.com>
* CMActions: Move to Lineage SDK
* CMActions -> LineageActions
Since history is going to be killed anyway:
* Move related stuff under "actions" or "doze" packages, make every class role clear
* Rename misleading TouchscreenGesture* to Actions*
Also add original-package for preferences migration
Signed-off-by: jhenrique09 <jhenrique09.mcz@hotmail.com>
(cherry picked from commit 99c39df834c26edfc066e8ad2088a55e5a858166)