Add PUSH_NOTIFICATIONS permission to AndroidManifest.xml for wearos (#203)

* Add PUSH_NOTIFICATIONS permissions to AndroidManifest.xml for wearos

Fixes https://github.com/d4rken-org/capod/issues/154

* Fix typo in AndroidManifest.xml for wearos app
This commit is contained in:
Kavish Devar
2024-06-26 12:41:47 +02:00
committed by GitHub
parent bbfb735124
commit 65a7b1933a
+3 -2
View File
@@ -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
@@ -41,4 +42,4 @@
tools:node="remove" />
</application>
</manifest>
</manifest>