Open GoogleCodeExporter opened 9 years ago
Original comment by jonas.ko...@gmail.com
on 28 Jun 2012 at 6:08
Original comment by jonas.ko...@gmail.com
on 28 Jun 2012 at 8:00
One possible implementation could be to save the last launched app in a file or
sqlite db, then when the launcher starts up it would read the file and launch
the app. Every time an app is launched it overwrites the last launched entry in
the file/db. So every time the Asteroid cold boots it will continue from where
it left off (in terms of app in foreground).
Original comment by szdimit...@gmail.com
on 28 Jun 2012 at 8:05
Nice Idea and should be fairly easy to implement (Sources will be a special
case here..) the only thing we have to think of is: The App last launched by
the launcher is not allways the app that's in foreground. Maybe its possible to
get the current app on shutdown and store it's intent. I'd like to store the
information in SharedPreferences first and move to Cloud Connect Settings when
the Services are done...
Original comment by jonas.ko...@gmail.com
on 28 Jun 2012 at 9:22
Maybe it's also usefull to start more than one app when the launcher starts.
Example: I like to start the SD-Card playback and a GPS logger (both in
background) and a show the current speed in foreground for passenger info.
Original comment by schalli1987
on 2 Aug 2012 at 7:55
Original issue reported on code.google.com by
elwebmas...@gmail.com
on 28 Jun 2012 at 5:33