I have a Appp class that extend from Application and call Appp in manifest.
There is two another jar, that each author said call them in manifest as Application tag.
According to how to handle multiple application classes in android question, to have multiple application classes that extend from Application, we should extend some application class from another application class, and call upper class in manifest.
But in my case, i don't have sources, and just have jars. what can i do?!