Processing more than one button click at Android Widget
- by dive
Hi, all.
I saw this topic and implement IntentService as describes, but what if I want more that one button? How can I distinguish button from each other?
I'm trying to setFlags, but cannot read it at onHandleIntent() method:
public static class UpdateService extends IntentService {
...
@Override
public void onHandleIntent(Intent intent)…