From bd1bc62ac65d9525200a3b00873c4fa118a6a1f7 Mon Sep 17 00:00:00 2001 From: Vlad Korotkevich Date: Fri, 17 Jan 2025 16:01:57 +0000 Subject: [PATCH] Add notification permistion into the AndroidManifest Starting from 33 SDK applications should specify runtime notification permission in the manifest --- demos/twa-post-message/src/main/AndroidManifest.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/demos/twa-post-message/src/main/AndroidManifest.xml b/demos/twa-post-message/src/main/AndroidManifest.xml index 5c676019..f535b805 100644 --- a/demos/twa-post-message/src/main/AndroidManifest.xml +++ b/demos/twa-post-message/src/main/AndroidManifest.xml @@ -2,6 +2,8 @@ + +