Sandro
Sandro

Reputation: 721

Android Widget programmatically change remoteView settings

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

Answers (1)

Frank Leigh
Frank Leigh

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

Related Questions