Skip to content

Commit

Permalink
Remove pre-granted audio permission from Now Playing on Pixel3a
Browse files Browse the repository at this point in the history
See bug for more details.  The apk already supports asking for this permission at runtime.  Upgrading to this android build does not revoke the permission out from under the app.

Bug: 130440726
Test: Manually tested by upgrading sargo to this build and seeing now playing continue to work.
Change-Id: I4480d7cc0be6dacba44391e031339f5cf66218d0
  • Loading branch information
Nick Moukhine committed Jun 7, 2019
1 parent 2445ee2 commit df77a1b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions default-permissions.xml
Expand Up @@ -99,12 +99,6 @@
<permission name="android.permission.RECEIVE_SMS" fixed="false"/>
</exception>

<exception
package="com.google.intelligence.sense">
<!-- Record Audio -->
<permission name="android.permission.RECORD_AUDIO" fixed="false"/>
</exception>

<exception
package="com.qualcomm.ltebc_vzw">
<!-- Phone -->
Expand Down

0 comments on commit df77a1b

Please sign in to comment.