raw tab
Ok most of modders don't notice i think so...
Ok let me explain in detail and it helps you a lot i think so😋
Arbitrary files to save in their raw form. To open these resources with a raw InputStream, call Resources.openRawResource() with the resource ID, which is R.raw.filename.
However, if you need access to original file names and file hierarchy, you might consider saving some resources in the assets/ directory (instead of res/raw/). Files in assets/ aren't given a resource ID, so you can read them only using AssetManager.
Ok i think you understand... 😅
Raw tab is used to store app data like images,videos, htm, html, mp3, fonts,java or kotline files,json, certificates,jlsl,etc...
Some apps stores it in assets tab instead of raw...
Ok cool we can reduce size of app by removing some unwanted files in it... Like deleting the videos or pictures but it won't appear on app... If you want to don't show any errors in app plx replace video or pics with dummy video of 1sec with low resolution and pic with low resolution....
And preloaded files lie images in webp format can be delectable also to reduce the size of an app....
😋
I'll recommend you to use phone editor mod app to replace or decrease the size of app...
And also in some rare apps. It have default raw tab and raw tab with language files additional
Like
raw, raw-en, raw-hi, raw-ru, etc....
This is because some descriptive or txt files are placed here & depending upon your device language it excite and shows the content in that languages...
So great we can also Delete them to reduce the size of an app....
But be careful while deleting it... Plz u must not delete raw folder which is default folder
And if you are deleting raw language folders then delete with caution... Like drawable folder concept in my another post in this blog. Plz references that drawable dpis post to do it... Check it and understand it even clearly
Comments
Post a Comment