map Android UnifiedPush to DBus UnifiedPush

This commit is contained in:
Julian Winkler
2025-04-21 07:31:06 +02:00
parent ec45faaf87
commit e652089252
12 changed files with 211 additions and 1 deletions

View File

@@ -188,6 +188,10 @@ public class Notification implements Parcelable {
public Builder setSound(Uri sound) {return this;}
public Builder setSmallIcon(int icon) {return this;}
public Builder setTicker(CharSequence tickerText) {return this;}
public Notification build() {
return notification;
}