I am developing an app using shared preference and I'm using res/xml/preference.xml for my preferences.
It works fine But now I want these preference to be in the Android Default settings screen (Application Manager, Wireless and networks,Call Settings,Sound,Applications etc.. )..
For example the default settings looks like the below.
Wireless and networks
- Wi-Fi
- Bluetooth
- Mobile Networks
Device
- Sound
- Display
- Storage
Is it possible to add my own application settings here say for example
Wireless and networks
- Wi-Fi
- Bluetooth
- Mobile Networks
Device
- Sound
- Display
- Storage
- MyAppSetting ..........
Thanks in advance