|
@@ -1033,7 +1033,7 @@ public class iMapServer extends Service {
|
|
|
if(Common.bWallPadCallLive)
|
|
|
{
|
|
|
Intent Newintent = new Intent();
|
|
|
- Newintent.setAction("StrangeDelayOn");
|
|
|
+ Newintent.setAction(Common.BR_RECORD_DELAY);
|
|
|
getApplicationContext().sendBroadcast(Newintent);
|
|
|
Log.w(TAG, "jglee - StrangeRecord Delay by Call");
|
|
|
}
|