A few days ago I released my Android (and iOS soon) app which is a free flight simulator for radio-control planes:
https://play.google.com/store/apps/details?id=com.rowlhouse.picasimAll the flight dynamics is home grown, but it uses Bullet for the rigid body simulation - so far it's worked very well. I was a bit worried I'd get problems with the heightfield collision, since I use a dynamic LOD for the terrain (with geomorphing - quite cool to watch but a bit old fashioned I know!) - so was very happy to find the DiamondSubdivision option.
I expect to push Bullet a bit harder in the future when I add support for undercarriages etc. In the meantime, many thanks to Erwin et al for the lib (saved me from using my own JigLib

).
- Danny