commit | 188d00b07ef0b8968868b3489e80dd9f53d3bafa | [log] [tgz] |
---|---|---|
author | Mike Lockwood <lockwood@android.com> | Wed Feb 23 13:14:33 2011 -0800 |
committer | Mike Lockwood <lockwood@android.com> | Wed Feb 23 13:14:33 2011 -0800 |
tree | 06f0784819432134832e7d20e5a61475e33c16db | |
parent | 16dc3073a2f06a77d9873e536f633a4adf575fce [diff] |
UsbManager: Remove redundant Intent extras from USB device and accessory broadcasts These extras are also accessable via the UsbDevice and UsbAccessory classes, which are also included as extras. Since you can't filter Intents based on extras there is no point in duplicating this information as separate extras. Change-Id: I4c8d1e70d66023a1800b3f8f06118898da6b37af Signed-off-by: Mike Lockwood <lockwood@android.com>