Initial update to T gapps

This commit is contained in:
Paul Keith
2022-08-28 22:35:56 -05:00
parent 764e765fe4
commit cabeacd3f6
26 changed files with 108 additions and 12 deletions

View File

@@ -28,4 +28,16 @@
<!-- Record audio -->
<permission name="android.permission.RECORD_AUDIO" fixed="false"/>
</exception>
<exception
package="com.google.android.marvin.talkback"
sha256-cert-digest="7B:5A:D5:51:80:A4:8A:1F:30:F3:53:77:C0:F9:E5:F9:11:BF:94:2F:B4:CF:83:EB:A2:55:A0:EB:F5:80:BE:EF">
<!-- Read phone status -->
<permission name="android.permission.READ_PHONE_STATE" fixed="false"/>
<!-- Bluetooth permissions -->
<permission name="android.permission.BLUETOOTH_CONNECT" fixed="false"/>
<permission name="android.permission.BLUETOOTH_SCAN" fixed="false"/>
<permission name="android.permission.BLUETOOTH_ADVERTISE" fixed="false"/>
</exception>
</exceptions>