I want to remove the middle part from the package name. Ex: com.example.app to com.app
I have tried few things but not able to remove t
I think that the only you can achieve that is this:
Press Ctrl+Shift+R, set Text to find to com.example.app, Replace with to com.app and hit Find, All Files.
Text to find
com.example.app
Replace with
com.app
Find
All Files
After that open the directory com in file manager, move app up in hierarchy, so it becomes com/app and remove example directory.
com
app
com/app
example