i came across but didnt found meaningful for
Intent myIntent = new Intent("myIntentAction");
what is the String myIntentAction
job here ?? whats it for
myIntent.addCategory("android.intent.category.DEFAULT");
and why we call this ? what is the String "android.intent.category.DEFAULT"
purpose here?
detail explanation would be appreciated ... thanks