Cannot set onClick for listView items in a RemoteView
I’m working on a Todo List widget for my Android app. Each todo item features a “done” icon; when the user clicks it, I want to trigger an intent to a receiver that updates the database. I’ve created a ListView populated from my todo database, but I can’t make the items clickable using any available options for RemoteViews. Here’s my code: