Set current date as activation date after device being provisioned
Bug: 298628003 Test: set the date of first usage successfully Change-Id: I249ba518d77a9b5981c761130a60dd269d7b9f42 Signed-off-by: Jack Wu <wjack@google.com>
This commit is contained in:
parent
19133a5b4d
commit
d817230f30
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue