Grant statsd pull atom permission

This is to allow MediaProvider to be able to start using statsd pull
mechanism for sending the transcoding metrics to westworld.

BUG: 160260026, 178813586
Test: build
Change-Id: Iffc56fb7406f01780d0c00323c322a5af15ae504
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index e0b9983..f5fc8cf 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -30,6 +30,9 @@
 
     <uses-permission android:name="android.permission.START_FOREGROUND_SERVICES_FROM_BACKGROUND"/>
 
+    <!-- Permissions required for statsd pull metrics -->
+    <uses-permission android:name="android.permission.REGISTER_STATS_PULL_ATOM"/>
+
     <application
             android:name="com.android.providers.media.MediaApplication"
             android:label="@string/app_label"