Loading opentasks-provider/src/main/java/org/dmfs/provider/tasks/TaskProvider.java +1 −7 Original line number Diff line number Diff line Loading @@ -1340,12 +1340,6 @@ public final class TaskProvider extends SQLiteContentProvider implements OnAccou Utils.sendActionProviderChangedBroadCast(getContext(), mAuthority); } if (Boolean.TRUE.equals(mStaleListCreated.get())) { // notify UI about the stale lists, it's up the UI to deal with this, either by showing a notification or an instant popup. Intent visbilityRequest = new Intent("org.dmfs.tasks.action.STALE_LIST_BROADCAST").setPackage(getContext().getPackageName()); getContext().sendBroadcast(visbilityRequest); } } Loading opentasks/src/main/AndroidManifest.xml +0 −7 Original line number Diff line number Diff line Loading @@ -340,13 +340,6 @@ android:scheme="content"/> </intent-filter> </receiver> <receiver android:name=".StaleListBroadcastReceiver" android:exported="false"> <intent-filter> <action android:name="org.dmfs.tasks.action.STALE_LIST_BROADCAST"/> </intent-filter> </receiver> <service android:name=".notification.TaskNotificationService" Loading Loading
opentasks-provider/src/main/java/org/dmfs/provider/tasks/TaskProvider.java +1 −7 Original line number Diff line number Diff line Loading @@ -1340,12 +1340,6 @@ public final class TaskProvider extends SQLiteContentProvider implements OnAccou Utils.sendActionProviderChangedBroadCast(getContext(), mAuthority); } if (Boolean.TRUE.equals(mStaleListCreated.get())) { // notify UI about the stale lists, it's up the UI to deal with this, either by showing a notification or an instant popup. Intent visbilityRequest = new Intent("org.dmfs.tasks.action.STALE_LIST_BROADCAST").setPackage(getContext().getPackageName()); getContext().sendBroadcast(visbilityRequest); } } Loading
opentasks/src/main/AndroidManifest.xml +0 −7 Original line number Diff line number Diff line Loading @@ -340,13 +340,6 @@ android:scheme="content"/> </intent-filter> </receiver> <receiver android:name=".StaleListBroadcastReceiver" android:exported="false"> <intent-filter> <action android:name="org.dmfs.tasks.action.STALE_LIST_BROADCAST"/> </intent-filter> </receiver> <service android:name=".notification.TaskNotificationService" Loading