Reputation: 6012
I have a custom Android ROM which I am compiling from source. I would like to modify which widgets and app icons are present on the home screen by default.
How would I go about doing this? A hint to where the configuration file is in the source code would be sufficient.
EDIT
It looks like the configuration for this is in res/xml
in the Launcher3
application, but none of those configurations matches what is being displayed, and when I modify any of them nothing changes.
Upvotes: 0
Views: 1285
Reputation: 6012
It looks like the configuration for this is in res/xml
in the Launcher3 application.
Upvotes: 1