Merge "Give media.metrics service access to uid/pkg info" into oc-mr1-dev
diff --git a/public/mediametrics.te b/public/mediametrics.te
index 4c10d87..ada90cc 100644
--- a/public/mediametrics.te
+++ b/public/mediametrics.te
@@ -17,6 +17,9 @@
 # allows interactions with dumpsys to GMScore
 allow mediametrics app_data_file:file write;
 
+# allow access to package manager for uid->apk mapping
+allow mediametrics package_native_service:service_manager find;
+
 ###
 ### neverallow rules
 ###