mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
Change-Id: Icd48749ad781ba48592fbcc2dc7c3ad88c659a57 Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
31 lines
703 B
Text
31 lines
703 B
Text
on init
|
|
mount none /system/etc/audio_policy_configuration.xml /vendor/etc/audio_policy_configuration.xml bind
|
|
|
|
# Disable vendor overlay
|
|
mount none /vendor/lost+found /vendor/overlay bind
|
|
|
|
# ZRAM parameters
|
|
write /proc/sys/vm/page-cluster 0
|
|
write /proc/sys/vm/swappiness 100
|
|
|
|
on fs
|
|
swapon_all /system/etc/fstab.enableswap
|
|
|
|
service argos-daemon /system/bin/true
|
|
oneshot
|
|
disabled
|
|
|
|
service ExynosHWCServiceTW /system/bin/true
|
|
oneshot
|
|
disabled
|
|
|
|
service vaultkeeper /system/bin/true
|
|
oneshot
|
|
disabled
|
|
|
|
service charger /system/bin/charger
|
|
class charger
|
|
user system
|
|
group system graphics input
|
|
capabilities SYS_BOOT
|
|
seclabel u:r:charger:s0
|