From d3ea6da025683f331651f86b8824d0e0960ff2e3 Mon Sep 17 00:00:00 2001 From: Julia Reynolds Date: Mon, 6 Dec 2021 18:19:30 +0000 Subject: [PATCH] android: post notifications permission so the package can send notifications on T+ Bug: 194833441 Change-Id: Icc6174f8ecfcf19f54948ecdd073c0677dcbf10f --- core/res/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 29f13c91577b4..0143118f7f38b 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1532,6 +1532,7 @@ android:label="@string/permlab_postNotification" android:description="@string/permdesc_postNotification" android:protectionLevel="dangerous" /> +