sepolicy: Allow batterymanager and batteryproperties services to be found

Change-Id: Ia2a1734a74c4bba0bc09f150442aec573d769370
diff --git a/sepolicy/platform_app.te b/sepolicy/platform_app.te
index db8647d..bb2c75f 100644
--- a/sepolicy/platform_app.te
+++ b/sepolicy/platform_app.te
@@ -2,3 +2,7 @@
 # This is a performance optimization that allows platform apps to bypass the FUSE layer
 allow platform_app sdcard_posix:dir create_dir_perms;
 allow platform_app sdcard_posix:file create_file_perms;
+
+# Allow batterymanager and batteryproperties services to be found
+allow platform_app battery_service:service_manager find;
+allow platform_app healthd_service:service_manager find;