Skip to content

Commit

Permalink
Fix typo in AndroidManifest.xml for wearos app
Browse files Browse the repository at this point in the history
  • Loading branch information
kavishdevar authored Jun 26, 2024
1 parent 84ca393 commit 9a18f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-wear/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
package="eu.darken.capod">

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

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

Expand Down

0 comments on commit 9a18f7a

Please sign in to comment.