summaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorDirk Sierd de Vries <contact@lecapuchon.nl>2026-08-09 19:22:55 +0200
committerDirk Sierd de Vries <contact@lecapuchon.nl>2026-08-09 19:50:05 +0200
commitf9407d9cc8eb2edb4ab6a29a117b3ed11b4b8080 (patch)
tree9de2af5f6b43e9e0f40b2d6eede4f19a304f5c4c /app/src/main/AndroidManifest.xml
parent7971690ac82fc5a0f3e547a8c2f3f1acfa5608ab (diff)
downloadSidePhOnelauncher-f9407d9cc8eb2edb4ab6a29a117b3ed11b4b8080.tar.gz
SidePhOnelauncher-f9407d9cc8eb2edb4ab6a29a117b3ed11b4b8080.tar.bz2
SidePhOnelauncher-f9407d9cc8eb2edb4ab6a29a117b3ed11b4b8080.zip
Add subtle notification dots to home app buttons
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 91aa7af..d90ae12 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -102,6 +102,16 @@
</intent-filter>
</service>
+ <service
+ android:name=".helper.HomeNotificationListenerService"
+ android:exported="false"
+ android:label="@string/app_name"
+ android:permission="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE">
+ <intent-filter>
+ <action android:name="android.service.notification.NotificationListenerService" />
+ </intent-filter>
+ </service>
+
</application>
</manifest> \ No newline at end of file