Sending intent with bundle using console

According to the source code am has no way of accepting input data of the bundle type

Update:
In Android 7.0 the intent parameters parsing code has been moved from Am.java to Intent.java and support for more data types (like Array[] and ArrayList<> of basic types) has been added. Unfortunately there is still no support for the Bundle type extras in am command.

Leave a Comment