Skip to content

Commit 65a7b19

Browse files
authored
Add PUSH_NOTIFICATIONS permission to AndroidManifest.xml for wearos (#203)
* Add PUSH_NOTIFICATIONS permissions to AndroidManifest.xml for wearos Fixes #154 * Fix typo in AndroidManifest.xml for wearos app
1 parent bbfb735 commit 65a7b19

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app-wear/src/main/AndroidManifest.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
package="eu.darken.capod">
55

66
<uses-permission android:name="android.permission.WAKE_LOCK" />
7-
7+
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
8+
89
<uses-feature android:name="android.hardware.type.watch" />
910

1011
<application
@@ -41,4 +42,4 @@
4142
tools:node="remove" />
4243
</application>
4344

44-
</manifest>
45+
</manifest>

0 commit comments

Comments
 (0)