I just know this is going to be the dumbest question of the day but it has got me stumped.
I have a large app with a good many activities.
If I compile with Release(obfuscated) I get a ObfuscatorMap.txt file in the appropriate Objects folder.
Reading this file it is obvious it is for the Main activity only.
If I decompile the apk with dex2jar and look at the resulting jar with JD-GUI it is obvious that all the other activities are having strings in their Process_Globals obfuscated also - but no maps.
Can anyone shed some light?
Thanks in anticipation...
I have a large app with a good many activities.
If I compile with Release(obfuscated) I get a ObfuscatorMap.txt file in the appropriate Objects folder.
Reading this file it is obvious it is for the Main activity only.
If I decompile the apk with dex2jar and look at the resulting jar with JD-GUI it is obvious that all the other activities are having strings in their Process_Globals obfuscated also - but no maps.
Can anyone shed some light?
Thanks in anticipation...