Skip to content

Commit

Permalink
Add notification permistion into the AndroidManifest
Browse files Browse the repository at this point in the history
Starting from 33 SDK applications should specify runtime notification permission in the manifest
  • Loading branch information
ukaratkevich committed Jan 17, 2025
1 parent d552f30 commit bd1bc62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions demos/twa-post-message/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.androidbrowserhelper.demos.twapostmessage">

<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>

<queries>
<intent>
<action android:name="android.support.customtabs.action.CustomTabsService" />
Expand Down

0 comments on commit bd1bc62

Please sign in to comment.