Experimental wear tile

This commit is contained in:
M66B
2021-08-22 16:58:39 +02:00
parent c6c8708bb3
commit 000ac58410
10 changed files with 764 additions and 0 deletions

View File

@@ -666,6 +666,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
EntityLog.log(ServiceSynchronize.this, "Widget update");
Widget.update(ServiceSynchronize.this);
ServiceTileWear.update(ServiceSynchronize.this);
boolean badge = prefs.getBoolean("badge", true);
boolean unseen_ignored = prefs.getBoolean("unseen_ignored", false);