I have two questions.
-
I have an .apk but I do not know anything about class name or package name, there is a possibility to find the name of the class and the package name?
-
If I do not get the class name or the package name of the application, should I launch the application with my current application?
No, you can launch it without knowing the name of the class Able to do. You can use the APK file to separate. When you do this, it will show you the Android manifest file for the APK. In Managing XML, you will see announcements of package names and specific process / activity names which you can directly launch / reference. Also there are + more specifications on this process + to see in the manifest.
Comments
Post a Comment