mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
flo: Fix the modem crash on encryption phone
There is an efs sync problem because of class type of rmt_storage service. When encrypting phone, modem crash may occur due to not being able to sync properly between AP and CP. So, rmt_storage class should be a core class. Bug: 11325693 Change-Id: Ic51c3ab363b2de664c268b2ba0216b81e76189dc Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
This commit is contained in:
parent
e6bad90ca6
commit
7954d4debe
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ service irsc_util /vendor/bin/irsc_util "/etc/sec_config"
|
|||
oneshot
|
||||
|
||||
service rmt_storage /vendor/bin/rmt_storage
|
||||
class main
|
||||
class core
|
||||
user root
|
||||
group system wakelock
|
||||
|
||||
|
|
Loading…
Reference in a new issue