Skip to content

Commit

Permalink
Add PUSH_NOTIFICATIONS permission to AndroidManifest.xml for wearos (#…
Browse files Browse the repository at this point in the history
…203)

* Add PUSH_NOTIFICATIONS permissions to AndroidManifest.xml for wearos

Fixes #154

* Fix typo in AndroidManifest.xml for wearos app
  • Loading branch information
kavishdevar authored Jun 26, 2024
1 parent bbfb735 commit 65a7b19
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app-wear/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
package="eu.darken.capod">

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

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

<uses-feature android:name="android.hardware.type.watch" />

<application
Expand Down Expand Up @@ -41,4 +42,4 @@
tools:node="remove" />
</application>

</manifest>
</manifest>

0 comments on commit 65a7b19

Please sign in to comment.