|
@@ -237,6 +237,7 @@ static void onUI_init(){
|
|
|
*/
|
|
|
static void onUI_intent(const Intent *intentPtr) {
|
|
|
player->play("/mnt/extsd/ui/hl.mp3");
|
|
|
+// wavPlayer.Play(CONFIGMANAGER->getResFilePath("ring.wav"));
|
|
|
if(intentPtr != NULL) {
|
|
|
BRIGHTNESSHELPER->screenOn();
|
|
|
_isSleepTimerRegistered = getSleepTimerRegistered();
|
|
@@ -244,7 +245,7 @@ static void onUI_intent(const Intent *intentPtr) {
|
|
|
setSleepTimerRegistered(false);
|
|
|
|
|
|
|
|
|
-// wavPlayer.Play(CONFIGMANAGER->getResFilePath("ring.wav"));
|
|
|
+ wavPlayer.Play(CONFIGMANAGER->getResFilePath("ring.wav"));
|
|
|
// 键值解析
|
|
|
_isOutgoing = intentPtr->getExtra(isOutgoing);
|
|
|
std::string _audioOnly = intentPtr->getExtra(audioOnly);
|