tags:

views:

8

answers:

0

Is there a way to reuse an existing interface inside of an AIDL definition? My goal is to have my Android service expose a Binder interface that is the same as an existing Java interface I've been using.