mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-08-03 06:56:27 +09:00
* time_daemon just refuses to work properly on mata. Sony's TimeKeep, instead, does the job flawlessly, so just ditch the former in favor of the latter. Signed-off-by: Roberto Sartori <roberto.sartori.android@gmail.com> Change-Id: I54f50ed3d49efc2834d478781b15e6ee428a3062
13 lines
363 B
Plaintext
13 lines
363 B
Plaintext
type vendor_timekeep_app, domain;
|
|
|
|
app_domain(vendor_timekeep_app)
|
|
|
|
allow vendor_timekeep_app activity_service:service_manager find;
|
|
|
|
allow vendor_timekeep_app vendor_time_data_file:dir search;
|
|
allow vendor_timekeep_app vendor_time_data_file:file create_file_perms;
|
|
|
|
r_dir_file(vendor_timekeep_app, sysfs_rtc)
|
|
|
|
set_prop(vendor_timekeep_app, vendor_timekeep_prop)
|