omni: Allow platform_app to find nfc_service_manager

Change-Id: Icaee8475f51e02cc8c87fd46114316987412490d
diff --git a/sepolicy/private/platform_app.te b/sepolicy/private/platform_app.te
index 9d7d1cc..5da3f99 100644
--- a/sepolicy/private/platform_app.te
+++ b/sepolicy/private/platform_app.te
@@ -2,3 +2,6 @@
 
 allow platform_app update_engine_service:service_manager find;
 binder_call(platform_app, update_engine)
+
+# Allow platform_app (SystemUi tile) to find nfc_service
+allow platform_app nfc_service:service_manager find;