Android instrumentations are powerful tools for automating android applications and make a nice fit for automated acceptance testing.

Positron provides an instrumentation and some support classes to help writing acceptance tests. It is provided as a jar that gets bundled with your application. Acceptance tests are written in junit, extending a custom base class.

http://code.google.com/p/autoandroid/