Here is my problem. Please help me to find the way.
The problem is: I have an .APK
file named Test.APK
and I have rename the file name to MyTest.APK, and now i want to get the MyTest file name into my source code programmatically, but i could not get the MyTest name. All i can get is the Test because my application label name is Test. I don't want to get the package name as well, because the package name also have the same Test.
Now Please help me some one to follow my next steps.
Many thanks in advance.
I have seen a related question but there is nothing to relevant solution, the link is: Getting name of original .APK file in Android