Default apk apps

I would expect a standard update to replace / recover all system apps. Use the standard update / install method for your device to “update” /e/ to the current version.

Do not wipe data or format, it is standard practice to wipe cache and Dalvik cache.

Edit: I should really first have asked what you did to

… maybe you only uninstalled them for user 0 like this:

adb shell pm uninstall --user 0 packagename

I would expect this will persist untill you

adb shell cmd package install-existing packagename
2 Likes