I’ve read that the references to the android system icons aren’t fixed / could be changed and therefore it would be better to save them as a resource of your application. I once found a guide showing how to get the icons from the android repository but I can’t find it again.
So my question is: How do I get the android system icons from the repository? Which path are they in? I am confused by all the git files and stuff on https://android.googlesource.com
I’ve read that the references to the android system icons aren’t fixed / could
Share
Android built-in system resources are stored with your Android SDK under
Since you want an icon, you should look into various
drawablesubfolders there and take the images you’d like to use.