Merge: Intent: An android API to launch activities and services
authorJean Privat <jean@pryen.org>
Wed, 13 Aug 2014 13:47:27 +0000 (09:47 -0400)
committerJean Privat <jean@pryen.org>
Wed, 13 Aug 2014 13:47:27 +0000 (09:47 -0400)
commit73c6404ee477a9eaf9108beb43374f5c4abb98a9
treeac8b33cbd945b8b586388bab082e62b1b78ef463
parentf935c5f2a471632aa7ab22c808215907b1248544
parent7321bd174b0492ecf846dc49105f051f4556e7bc
Merge: Intent: An android API to launch activities and services

New API for `lib/android` allowing to start/stop activities and services. Intent tests raised new subtle errors in `Bundle`API and `Audio` API that have been fixed in this PR.

Pull-Request: #644
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>
Reviewed-by: Jean Privat <jean@pryen.org>