DescriptionAdd InstallerDelegate for watching that a package gets installed
* Class monitors for when the given package has been installed on the device.
* Timeouts added to prevent this from spinning forever.
* Test runs the InstallerDelegate on a separate thread so the Handler events are processed instead of sitting idly.
* An attempt at using BroadcastReceivers was made to catch http://developer.android.com/reference/android/content/Intent.html#ACTION_PACKAGE_ADDED,
but the broadcast is fired when the package is added and not when the package finishes installing.
* Adds dfalcantara@ to OWNERs for app banners directories
NOTRY=true
BUG=341556
TEST=InstallerDelegateTest
R=yfriedman@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=252189
Patch Set 1 #Patch Set 2 : Updating #
Total comments: 2
Patch Set 3 : Stops using asynctask #Patch Set 4 : Fixing test #Patch Set 5 : Reuploading #Patch Set 6 : Removing logs #
Total comments: 6
Patch Set 7 : Welp, made it more robust. #Patch Set 8 : Added timeouts and general cleanup #
Total comments: 2
Patch Set 9 : Update quit test #Patch Set 10 : Quit/Looper workaround #
Messages
Total messages: 22 (0 generated)
|