android: post notifications permission

so the package can send notifications on T+

Bug: 194833441
Change-Id: Icc6174f8ecfcf19f54948ecdd073c0677dcbf10f
This commit is contained in:
Julia Reynolds
2021-12-06 18:19:30 +00:00
parent 62ea190961
commit d3ea6da025

View File

@@ -1532,6 +1532,7 @@
android:label="@string/permlab_postNotification"
android:description="@string/permdesc_postNotification"
android:protectionLevel="dangerous" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<!-- ====================================================================== -->
<!-- REMOVED PERMISSIONS -->