14
How to just change the APP ID when building?
(slrpnk.net)
A place to ask your questions and seek help related to your Android device and the Android ecosystem.
Whether you're looking for app recommendations, phone buying advice, or want to explore rooting and tutorials, this is the place for you!
I'm not seeing any build.gradle files so you wouldn't need to change namespace in those.
It looks like there's a build config file you might need to change but I'm unsure.
Ultimately you can pop open android studio and hit Ctrl+shift+R and replace all
com.android.deskclock
withorg.lineageos.deskclock
- that might be easiest. I'd do a Ctrl+shift+F fororg.lineageos.deskclock
first to be sure I don't have any clashing namespace but I think you're good.