Skip to content

Commit 76f112c

Browse files
committed
example android manifest updated
1 parent 5aefb90 commit 76f112c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

example/android/app/src/main/AndroidManifest.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,17 @@
3737
<meta-data
3838
android:name="flutterEmbedding"
3939
android:value="2" />
40+
41+
<!-- Notification Service -->
42+
<service
43+
android:label="reflex"
44+
android:name="com.devsonflutter.reflex.notification.NotificationListener"
45+
android:permission="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE">
46+
<intent-filter>
47+
<action android:name="android.service.notification.NotificationListenerService" />
48+
</intent-filter>
49+
</service>
50+
<!-- Notification Service -->
51+
4052
</application>
4153
</manifest>

0 commit comments

Comments
 (0)