I'm trying to send an intent to a BroadcastReceiver that must receive a HashMap<String, String>
Is it possible? I already tryed many types of approaches, without success.
This is what I'm trying:
adb shell am broadcast -a com.example.INTENT_ACTION_NAME --es tag "TAG_NAME" --es data {"details":"value1"\,"type":"value2"\}' --es version "1.3"
Thanks in advance.