Enable Gnss Pixel Monitor For Device

Enables location permissions needed for GnssPixelMonitor.
Bug: 178015947, 178015951
Test: atest -c GnssPixelMonitorTests

Change-Id: I77fb7feb4b57536d0edd63c3fba122f55616b90b
This commit is contained in:
Blake Kragten 2021-03-08 11:18:27 -08:00
parent f236f66384
commit ec089270cc

View file

@ -102,5 +102,10 @@
<!-- SMS --> <!-- SMS -->
<permission name="android.permission.RECEIVE_WAP_PUSH" fixed="false"/> <permission name="android.permission.RECEIVE_WAP_PUSH" fixed="false"/>
</exception> </exception>
<exception package="com.google.android.gnsspixelmonitor">
<permission name="android.permission.ACCESS_FINE_LOCATION" fixed="true"/>
<permission name="android.permission.ACCESS_BACKGROUND_LOCATION" fixed="true"/>
</exception>
</exceptions> </exceptions>