You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Original issue 80 created by Brut.alll on 2010-07-28T11:17:51.000Z:
We could scan application code for res ids and then divide public.xml into 3 parts, preceded by comments for apktool users:
real public resources - don't touch this!
resources found in the code - you probably don't want to modify this.
others - they are commented out by default, so you could remove resources without problems.
If you decode apk with -s switch, then maybe there should be a switch to generate public.xml fully (divide into above groups) or treat all non-public resources as "maybe they are in the code" - similarly to current solution.
If you decode apk without classes.dex file, then by default apktool will assume, that it's pure-res, so it will treat all resources as "others" group - they will be commented out. But there should be a switch to treat them as "maybe they are in the code" group.
The text was updated successfully, but these errors were encountered:
Original issue 80 created by Brut.alll on 2010-07-28T11:17:51.000Z:
If you decode apk with -s switch, then maybe there should be a switch to generate public.xml fully (divide into above groups) or treat all non-public resources as "maybe they are in the code" - similarly to current solution.
If you decode apk without classes.dex file, then by default apktool will assume, that it's pure-res, so it will treat all resources as "others" group - they will be commented out. But there should be a switch to treat them as "maybe they are in the code" group.
The text was updated successfully, but these errors were encountered: