codeminders / javadrone

Java API and demo programs to control Parrot's AR.Drone.
36 stars 24 forks source link

USB controller resume #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Do not loose usb connection when Android application is suspended (or moved to 
background process) 

Project ControllTower-Android

Original issue reported on code.google.com by dshm...@codeminders.com on 25 Dec 2012 at 2:17

GoogleCodeExporter commented 9 years ago
Issue was in too heavy background task. Android platform automatically was 
suspending our application. Now when application is sent on background - we 
pause image decoding and NavData decoding

Original comment by dshm...@codeminders.com on 27 Dec 2012 at 6:25