I know the structure of AOSP well, and I am familiar with AOSP Settings. However, I have no experience in customizing the Settings codes, and adding a new functionality into it. I have a straightforward question: How can I add a new developed Android application into Android Settings.
Extra note: I do not want to place a new application in packages/apps
directory. I exactly want to add a complete app to the packages/apps/settings
directory, and embed it into the settings menu. I know how to custom the menu, but adding a complete application to the setting project is very challenging.
Any solution or clue is appreciated.