Devendra tarak
unread,Jun 17, 2024, 7:25:31 PM6/17/24Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium-dev, Beulah Akindele, Chromium-dev, Satish Nada
I was also looking for the same but after exploring for a day I found it myself. If you want to change the application name you might want to update the contents of "chromium/src/chrome/android/java/res_chromium_base/values/channel_constants.xml" (it's simple just replace the word 'Chromium' in the file with your application name).
You can update the logos in similar manner. You just need to change the png files in:
"chromium/src/chrome/android/java/res_chromium_base/mipmap-hdpi"
"chromium/src/chrome/android/java/res_chromium_base/mipmap-mdpi"
"chromium/src/chrome/android/java/res_chromium_base/mipmap-xhdpi"
"chromium/src/chrome/android/java/res_chromium_base/mipmap-xxhdpi"
"chromium/src/chrome/android/java/res_chromium_base/mipmap-xxxhdpi"
I hope this helps.