Reputation: 721
Is there a list of all methods marked @RemotableViewMethod? I am looking around but I did not find anything. I need to manage an android widget remoteView and could be useful to know all the methods allowed.
Upvotes: 4
Views: 507
Reputation: 5372
A bit late in replying but I had a lot of trouble finding these too so I thought it's worth sharing for others:
GrepCode -> Search usages of @RemoteViewMethod
Upvotes: 4