Skip to content

Commit

Permalink
Android: build: declare POST_NOTIFICATIONS permission
Browse files Browse the repository at this point in the history
re #229
  • Loading branch information
bk138 committed Aug 28, 2023
1 parent 8167212 commit ad74fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<uses-permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />

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

<application android:icon="@drawable/ic_launcher" android:label="MultiVNC" android:hardwareAccelerated="true"
android:theme="@style/AppTheme"
Expand Down

0 comments on commit ad74fcd

Please sign in to comment.