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:
parent
f236f66384
commit
ec089270cc
1 changed files with 5 additions and 0 deletions
|
@ -102,5 +102,10 @@
|
|||
<!-- SMS -->
|
||||
<permission name="android.permission.RECEIVE_WAP_PUSH" fixed="false"/>
|
||||
</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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue