Skip to content
Snippets Groups Projects
Commit 1253668c authored by Jin Qian's avatar Jin Qian Committed by android-build-merger
Browse files

Merge "storaged: allow register and callback from batteryproperties" am: ecd0a14e

am: d2f5466e

Change-Id: I147772a41cb3544b7fcfeae19aae023a800652c1
parents 349f55e9 d2f5466e
No related branches found
No related tags found
No related merge requests found
# type_transition must be private policy the domain_trans rules could stay
# public, but conceptually should go with this
init_daemon_domain(healthd)
# Allow callback to storaged batteryproperties listener
binder_call(healthd, storaged)
......@@ -29,6 +29,10 @@ add_service(storaged, storaged_service)
binder_use(storaged)
binder_call(storaged, system_server)
# use batteryproperties service
allow storaged batteryproperties_service:service_manager find;
binder_call(storaged, healthd)
###
### neverallow
###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment