Merge "Set current date as activation date after device being provisioned" into main

This commit is contained in:
Treehugger Robot 2023-09-01 13:34:21 +00:00 committed by Android (Google) Code Review
commit a77906a902

View file

@ -764,6 +764,9 @@ on property:sys.boot_completed=1
#Enable SICD #Enable SICD
write /sys/devices/system/cpu/cpupm/cpupm/sicd 1 write /sys/devices/system/cpu/cpupm/cpupm/sicd 1
on property:sys.boot_completed=1 && property:persist.sys.device_provisioned=1
write /sys/class/power_supply/battery/first_usage_date 0
# IMS WiFi Calling # IMS WiFi Calling
service charonservice /system/vendor/bin/charon service charonservice /system/vendor/bin/charon
class main class main