mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-01-29 23:19:52 +00:00
Remove pre-granted audio permission from Now Playing on Pixel2
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 walleye to this build and seeing now playing continue to work. Change-Id: I599586b93ad786762e151fb798d4e5011f2b0315
This commit is contained in:
@@ -78,12 +78,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 -->
|
||||
|
||||
Reference in New Issue
Block a user