Android Complete Sound Profile Manager.
cspm is hosted in the following web site
https://github.com/mrstefano/cspm
If you think the Android project cspm listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of cspm.
Item | Value |
---|---|
Java File Count | 18 |
Supported screen sizes | [mdpi, hdpi] |
Target SDK Version | 4 |
Minimum SDK Version | 4 |
Activity Count | 2 |
Required Permissions | android.permission.WRITE_SETTINGS |
There are 6 image files in cspm. The names of the image files are listed as follows.
loud.png low.png normal.png profile_icon_default.png silent.png vibrate.png
The following screenshort is generated from the image listed above.
cspm has the following Java source files.
org.mrstefano.cspm.CSPMAppWidgetProvider.java org.mrstefano.cspm.activity.EditActivity.java org.mrstefano.cspm.activity.SelectActivity.java org.mrstefano.cspm.manager.DataManager.java org.mrstefano.cspm.manager.SoundProfileAudioManager.java org.mrstefano.cspm.manager.dataXml.SoundProfileDataSerializer.java org.mrstefano.cspm.manager.dataXml.SoundProfilesDataHandler.java org.mrstefano.cspm.manager.dataXml.SoundProfilesXmlParser.java org.mrstefano.cspm.model.ApplicationStatics.java org.mrstefano.cspm.model.IconListItem.java org.mrstefano.cspm.model.ProfileValidator.java org.mrstefano.cspm.model.SoundProfile.java org.mrstefano.cspm.model.SoundProfileBuilder.java org.mrstefano.cspm.model.SoundProfilesData.java org.mrstefano.cspm.model.StreamSettings.java org.mrstefano.cspm.view.CheckableLinearLayout.java org.mrstefano.cspm.view.EditStreamSettingsView.java org.mrstefano.cspm.view.adapter.IconListAdapter.java