Android passing different type of arguments to same method -


it may sound stupid , impossible.

i call method different types of argument. example, in android sendtextmessage method needs called type of arguments senttextmessage(string, string, string, pendingindent, pendingindent) use arguments senttextmessage(string, string, string, pendingindent, pendingindent, string, int). sounds impossible... right? believe if possible modifying framework , change generic class of sendtextmessage. call method both types of arguments using if statement in same app.

it seems silly, found app apk built in such way. (i looked in dex2jar.)

i tried force eclipse build argument error changing build settings didn't work.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -