Sound Enhancer
The HTC Sound Enhancer is accessed via the Android Intent class. The action property of a new Intent is set, either by the Intent(String) constructor or the setAction(String) method. Then the the Intent is run using the Context#startActivity(Intent) method.
| Action Property of the Intent | Description |
|---|---|
| com.htc.HtcSoundEnhancerSetting.ShowSettingPage | Opens the HTC Sound Enhancer settings page allowing the user to choose an audio effect |